Uses of Class
com.amazonaws.services.s3.model.CopyPartRequest
Packages that use CopyPartRequest
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of CopyPartRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type CopyPartRequestModifier and TypeMethodDescriptionAbstractAmazonS3.copyPart
(CopyPartRequest copyPartRequest) AmazonS3.copyPart
(CopyPartRequest copyPartRequest) Copies a source object to a part of a multipart upload.AmazonS3Client.copyPart
(CopyPartRequest copyPartRequest) Copies a source object to a part of a multipart upload.AmazonS3EncryptionClient.copyPart
(CopyPartRequest copyPartRequest) -
Uses of CopyPartRequest in com.amazonaws.services.s3.internal.crypto
Methods in com.amazonaws.services.s3.internal.crypto with parameters of type CopyPartRequestModifier and TypeMethodDescriptionCryptoModuleDispatcher.copyPartSecurely
(CopyPartRequest req) abstract CopyPartResult
S3CryptoModule.copyPartSecurely
(CopyPartRequest req) final CopyPartResult
S3CryptoModuleBase.copyPartSecurely
(CopyPartRequest copyPartRequest) -
Uses of CopyPartRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return CopyPartRequestModifier and TypeMethodDescriptionCopyPartRequest.withDestinationBucketName
(String destinationBucketName) Sets the name of the destination bucket which will contain the new, copied object and returns this object, enabling additional method calls to be chained together.CopyPartRequest.withDestinationKey
(String destinationKey) Sets the destination bucket key under which the new, copied object will be stored and returns this object, enabling additional method calls can be chained together.CopyPartRequest.withDestinationSSECustomerKey
(SSECustomerKey sseKey) Returns the optional customer-provided server-side encryption key to use to encrypt the source object part being copied, and returns the updated request object so that additional method calls can be chained together.CopyPartRequest.withFirstByte
(Long firstByte) Sets the optional zero-based byte offset to begin copying the source object.CopyPartRequest.withLastByte
(Long lastByte) Sets the optional zero-based byte offset to stop copying the source.CopyPartRequest.withMatchingETagConstraint
(String eTag) Adds a single ETag constraint to this request and returns this object, enabling additional method calls to be chained together.CopyPartRequest.withMatchingETagConstraints
(List<String> eTagList) Fluent API forsetMatchingETagConstraints(List)
.CopyPartRequest.withModifiedSinceConstraint
(Date date) Sets the optional modified constraint that restricts this request to executing only if the source object has been modified after the specified date.CopyPartRequest.withNonmatchingETagConstraint
(String eTag) Adds a single ETag constraint to this request and returns this object, enabling additional method calls to be chained together.CopyPartRequest.withNonmatchingETagConstraints
(List<String> eTagList) Fluent API forsetNonmatchingETagConstraints(List)
.CopyPartRequest.withPartNumber
(int partNumber) Sets the part number describing this part's position relative to the other parts in the multipart upload.CopyPartRequest.withSourceBucketName
(String sourceBucketName) Sets the name of the bucket containing the source object to be copied.CopyPartRequest.withSourceKey
(String sourceKey) Sets the source bucket key under which the source object to be copied is stored.CopyPartRequest.withSourceSSECustomerKey
(SSECustomerKey sseKey) Sets the optional customer-provided server-side encryption key to use to decrypt the source object part being copied, and returns the updated request object so that additional method calls can be chained together.CopyPartRequest.withSourceVersionId
(String sourceVersionId) Sets the optional version ID specifying which version of the source object to copy.CopyPartRequest.withUnmodifiedSinceConstraint
(Date date) Sets the optional unmodified constraint that restricts this request to executing only if the source object has not been modified after the specified date.CopyPartRequest.withUploadId
(String uploadId) Sets the ID of the existing, initiated multipart upload with which this new part will be associated.