Uses of Class
com.amazonaws.services.s3.model.PartETag
Packages that use PartETag
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of PartETag in com.amazonaws.services.s3
Method parameters in com.amazonaws.services.s3 with type arguments of type PartETagModifier and TypeMethodDescriptionUploadObjectObserver.onCompletion
(List<PartETag> partETags) Notified fromAmazonS3EncryptionClient.uploadObject(UploadObjectRequest)
when all parts have been successfully uploaded to S3. -
Uses of PartETag in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return PartETagModifier and TypeMethodDescriptionCopyPartResult.getPartETag()
Returns an identifier which identifies the copy part by its part number and the entity tag computed from the part's data.UploadPartResult.getPartETag()
Returns an identifier which identifies the upload part by its part number and the entity tag computed from the part's data.Sets the entity tag generated from the content of the associated part, and returns this updated PartETag object so that additional method calls can be chained together.PartETag.withPartNumber
(int partNumber) Sets the part number of the associated part, and returns this updated PartETag object so that additional method calls can be chained together.Methods in com.amazonaws.services.s3.model that return types with arguments of type PartETagModifier and TypeMethodDescriptionCompleteMultipartUploadRequest.getPartETags()
Returns the list of part numbers and ETags that identify the individual parts of the multipart upload to complete.Method parameters in com.amazonaws.services.s3.model with type arguments of type PartETagModifier and TypeMethodDescriptionvoid
CompleteMultipartUploadRequest.setPartETags
(List<PartETag> partETags) Sets the list of part numbers and ETags that identify the individual parts of the multipart upload to complete.CompleteMultipartUploadRequest.withPartETags
(List<PartETag> partETags) Sets the list of part numbers and ETags that identify the individual parts of the multipart upload to complete, and returns this updated CompleteMultipartUploadRequest object so that additional method calls can be chained.Constructor parameters in com.amazonaws.services.s3.model with type arguments of type PartETag