Package com.amazonaws.services.s3.model
Interface SSECustomerKeyProvider
-
- All Known Implementing Classes:
AbstractPutObjectRequest,EncryptedGetObjectRequest,EncryptedInitiateMultipartUploadRequest,EncryptedPutObjectRequest,GeneratePresignedUrlRequest,GetObjectMetadataRequest,GetObjectRequest,InitiateMultipartUploadRequest,PutObjectRequest,UploadObjectRequest,UploadPartRequest
public interface SSECustomerKeyProviderImplemented by classes that support the option of using SSE Customer key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SSECustomerKeygetSSECustomerKey()Returns the optional customer-provided server-side encryption key to use to encrypt the uploaded object.
-
-
-
Method Detail
-
getSSECustomerKey
SSECustomerKey getSSECustomerKey()
Returns the optional customer-provided server-side encryption key to use to encrypt the uploaded object.- Returns:
- The optional customer-provided server-side encryption key to use to encrypt the uploaded object.
-
-