Uses of Class
com.amazonaws.services.s3.model.CopyPartRequest

Packages that use CopyPartRequest
com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. 
com.amazonaws.services.s3.model 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 CopyPartRequest
 CopyPartResult AmazonS3EncryptionClient.copyPart(CopyPartRequest copyPartRequest)
           
 CopyPartResult AmazonS3Client.copyPart(CopyPartRequest copyPartRequest)
          Copies a source object to a part of a multipart upload.
 CopyPartResult AmazonS3.copyPart(CopyPartRequest copyPartRequest)
          Copies a source object to a part of a multipart upload.
 

Uses of CopyPartRequest in com.amazonaws.services.s3.model
 

Methods in com.amazonaws.services.s3.model that return CopyPartRequest
 CopyPartRequest CopyPartRequest.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 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 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 CopyPartRequest.withFirstByte(Long firstByte)
          Sets the optional zero-based byte offset to begin copying the source object.
 CopyPartRequest CopyPartRequest.withLastByte(Long lastByte)
          Sets the optional zero-based byte offset to stop copying the source.
 CopyPartRequest 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 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 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 CopyPartRequest.withPartNumber(int partNumber)
          Sets the part number describing this part's position relative to the other parts in the multipart upload.
 CopyPartRequest CopyPartRequest.withSourceBucketName(String sourceBucketName)
          Sets the name of the bucket containing the source object to be copied.
 CopyPartRequest CopyPartRequest.withSourceKey(String sourceKey)
          Sets the source bucket key under which the source object to be copied is stored.
 CopyPartRequest 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 CopyPartRequest.withSourceVersionId(String sourceVersionId)
           Sets the optional version ID specifying which version of the source object to copy.
 CopyPartRequest 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 CopyPartRequest.withUploadId(String uploadId)
          Sets the ID of the existing, initiated multipart upload with which this new part will be associated.
 



Copyright © 2016. All rights reserved.