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

Packages that use SSECustomerKey
com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. 
 

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

Methods in com.amazonaws.services.s3.model that return SSECustomerKey
 SSECustomerKey CopyPartRequest.getDestinationSSECustomerKey()
          Returns the optional customer-provided server-side encryption key to use to encrypt the source object part being copied.
 SSECustomerKey CopyObjectRequest.getDestinationSSECustomerKey()
          Returns the optional customer-provided server-side encryption key to use to encrypt the destination object being copied.
 SSECustomerKey CopyPartRequest.getSourceSSECustomerKey()
          Returns the optional customer-provided server-side encryption key to use to decrypt the source object part being copied.
 SSECustomerKey CopyObjectRequest.getSourceSSECustomerKey()
          Returns the optional customer-provided server-side encryption key to use to decrypt the source object being copied.
 SSECustomerKey UploadPartRequest.getSSECustomerKey()
          Returns the optional customer-provided server-side encryption key to use to encrypt the object part being uploaded.
 SSECustomerKey PutObjectRequest.getSSECustomerKey()
          Returns the optional customer-provided server-side encryption key to use to encrypt the uploaded object.
 SSECustomerKey InitiateMultipartUploadRequest.getSSECustomerKey()
          Returns the optional customer-provided server-side encryption key to use to encrypt the upload being started.
 SSECustomerKey GetObjectRequest.getSSECustomerKey()
          Returns the optional customer-provided server-side encryption key to use to decrypt this object.
 SSECustomerKey GetObjectMetadataRequest.getSSECustomerKey()
          Returns the optional customer-provided server-side encryption key to use when retrieving the metadata of a server-side encrypted object.
 SSECustomerKey GeneratePresignedUrlRequest.getSSECustomerKey()
          Returns the customer-provided server-side encryption key to use as part of the generated pre-signed URL.
 SSECustomerKey SSECustomerKey.withAlgorithm(String algorithm)
          Sets the encryption algorithm to use with this customer-provided server-side encryption key, and returns this object so that method calls can be chained together.
 SSECustomerKey SSECustomerKey.withMd5(String md5Digest)
          Sets the optional MD5 digest (base64-encoded) of the encryption key to use when encrypting the object, and returns the updated object so that additional method calls can be chained together.
 

Methods in com.amazonaws.services.s3.model with parameters of type SSECustomerKey
 void CopyPartRequest.setDestinationSSECustomerKey(SSECustomerKey sseKey)
          Sets the optional customer-provided server-side encryption key to use to encrypt the source object part being copied.
 void CopyObjectRequest.setDestinationSSECustomerKey(SSECustomerKey sseKey)
          Sets the optional customer-provided server-side encryption key to use to encrypt the destination object being copied.
 void CopyPartRequest.setSourceSSECustomerKey(SSECustomerKey sseKey)
          Sets the optional customer-provided server-side encryption key to use to decrypt the source object part being copied.
 void CopyObjectRequest.setSourceSSECustomerKey(SSECustomerKey sseKey)
          Sets the optional customer-provided server-side encryption key to use to decrypt the source object being copied.
 void UploadPartRequest.setSSECustomerKey(SSECustomerKey sseKey)
          Sets the optional customer-provided server-side encryption key to use to encrypt the object part being uploaded.
 void PutObjectRequest.setSSECustomerKey(SSECustomerKey sseKey)
          Sets the optional customer-provided server-side encryption key to use to encrypt the uploaded object.
 void InitiateMultipartUploadRequest.setSSECustomerKey(SSECustomerKey sseKey)
          Sets the optional customer-provided server-side encryption key to use to encrypt the upload being started.
 void GetObjectRequest.setSSECustomerKey(SSECustomerKey sseKey)
          Sets the optional customer-provided server-side encryption key to use to decrypt this object.
 void GetObjectMetadataRequest.setSSECustomerKey(SSECustomerKey sseKey)
          Sets the optional customer-provided server-side encryption key to use when retrieving the metadata of a server-side encrypted object.
 void GeneratePresignedUrlRequest.setSSECustomerKey(SSECustomerKey sseKey)
          Sets the customer-provided server-side encryption key to use as part of the generated pre-signed URL.
 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.
 CopyObjectRequest CopyObjectRequest.withDestinationSSECustomerKey(SSECustomerKey sseKey)
          Sets the optional customer-provided server-side encryption key to use to encrypt the destination object being copied, and returns the updated request object so that additional method calls can be chained together.
 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.
 CopyObjectRequest CopyObjectRequest.withSourceSSECustomerKey(SSECustomerKey sseKey)
          Sets the optional customer-provided server-side encryption key to use to decrypt the source object being copied, and returns the updated request object so that additional method calls can be chained together.
 UploadPartRequest UploadPartRequest.withSSECustomerKey(SSECustomerKey sseKey)
          Sets the optional customer-provided server-side encryption key to use to encrypt the object part being uploaded, and returns the updated request object so that additional method calls can be chained together.
 PutObjectRequest PutObjectRequest.withSSECustomerKey(SSECustomerKey sseKey)
          Sets the optional customer-provided server-side encryption key to use to encrypt the uploaded object, and returns the updated request object so that additional method calls can be chained together.
 InitiateMultipartUploadRequest InitiateMultipartUploadRequest.withSSECustomerKey(SSECustomerKey sseKey)
          Sets the optional customer-provided server-side encryption key to use to encrypt the upload being started, and returns the updated InitiateMultipartUploadRequest so that additional method calls may be chained together.
 GetObjectRequest GetObjectRequest.withSSECustomerKey(SSECustomerKey sseKey)
          Sets the optional customer-provided server-side encryption key to use to decrypt this object, and returns the updated GetObjectRequest so that additional method calls may be chained together.
 GetObjectMetadataRequest GetObjectMetadataRequest.withSSECustomerKey(SSECustomerKey sseKey)
          Sets the optional customer-provided server-side encryption key to use when retrieving the metadata of a server-side encrypted object, and retuns the updated request object so that additional method calls can be chained together.
 GeneratePresignedUrlRequest GeneratePresignedUrlRequest.withSSECustomerKey(SSECustomerKey sseKey)
          Sets the customer-provided server-side encryption key to use as part of the generated pre-signed URL, and returns the updated request object so that additional method calls can be chained together.
 



Copyright © 2016. All rights reserved.