Interface SSEAwsKeyManagementParamsProvider
- All Known Implementing Classes:
AbstractPutObjectRequest, CopyObjectRequest, EncryptedInitiateMultipartUploadRequest, EncryptedPutObjectRequest, InitiateMultipartUploadRequest, PutObjectRequest, UploadObjectRequest
public interface SSEAwsKeyManagementParamsProvider
Implemented by classes that support the option of using SSE with AWS Key
Management System.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the optional SSEAwsKeyManagementParams to use to encrypt the uploaded object.
-
Method Details
-
getSSEAwsKeyManagementParams
SSEAwsKeyManagementParams getSSEAwsKeyManagementParams()Returns the optional SSEAwsKeyManagementParams to use to encrypt the uploaded object.- Returns:
- The optional SSEAwsKeyManagementParams to use to encrypt the uploaded object.
-