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.setDestinationSSECustomerKey(SSECustomerKey sseKey) |
Sets the optional customer-provided server-side encryption key to use to
encrypt 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 |
CopyPartRequest.setSourceSSECustomerKey(SSECustomerKey sseKey) |
Sets the optional customer-provided server-side encryption key to use to
decrypt the source object part being copied.
|
void |
AbstractPutObjectRequest.setSSECustomerKey(SSECustomerKey sseKey) |
Sets the optional customer-provided server-side encryption key to use to
encrypt the uploaded object.
|
void |
GeneratePresignedUrlRequest.setSSECustomerKey(SSECustomerKey sseCustomerKey) |
Sets the customer-provided server-side encryption key to use as part of
the generated pre-signed URL.
|
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 |
GetObjectRequest.setSSECustomerKey(SSECustomerKey sseKey) |
Sets the optional customer-provided server-side encryption key to use to
decrypt this object.
|
void |
InitiateMultipartUploadRequest.setSSECustomerKey(SSECustomerKey sseKey) |
Sets the optional customer-provided server-side encryption key to use to
encrypt the upload being started.
|
void |
UploadPartRequest.setSSECustomerKey(SSECustomerKey sseKey) |
Sets the optional customer-provided server-side encryption key to use to
encrypt the object part being uploaded.
|
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.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.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.
|
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.
|
<T extends AbstractPutObjectRequest> T |
AbstractPutObjectRequest.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.
|
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.
|
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.
|
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.
|
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.
|
PutObjectRequest |
PutObjectRequest.withSSECustomerKey(SSECustomerKey sseKey) |
|
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.
|