Uses of Class
com.amazonaws.services.s3.model.SSEAwsKeyManagementParams
Packages that use SSEAwsKeyManagementParams
Package
Description
Classes modeling the various types represented by Amazon S3.
-
Uses of SSEAwsKeyManagementParams in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return SSEAwsKeyManagementParamsModifier and TypeMethodDescriptionAbstractPutObjectRequest.getSSEAwsKeyManagementParams()
Returns the AWS Key Management System parameters used to encrypt the object on server side.CopyObjectRequest.getSSEAwsKeyManagementParams()
Returns the AWS Key Management System parameters used to encrypt the object on server side.InitiateMultipartUploadRequest.getSSEAwsKeyManagementParams()
Returns the AWS Key Management System parameters used to encrypt the object on server side.SSEAwsKeyManagementParamsProvider.getSSEAwsKeyManagementParams()
Returns the optional SSEAwsKeyManagementParams to use to encrypt the uploaded object.Methods in com.amazonaws.services.s3.model with parameters of type SSEAwsKeyManagementParamsModifier and TypeMethodDescriptionvoid
AbstractPutObjectRequest.setSSEAwsKeyManagementParams
(SSEAwsKeyManagementParams params) Sets the AWS Key Management System parameters used to encrypt the object on server side.void
CopyObjectRequest.setSSEAwsKeyManagementParams
(SSEAwsKeyManagementParams params) Sets the AWS Key Management System parameters used to encrypt the object on server side.void
InitiateMultipartUploadRequest.setSSEAwsKeyManagementParams
(SSEAwsKeyManagementParams params) Sets the AWS Key Management System parameters used to encrypt the object on server side.<T extends AbstractPutObjectRequest>
TAbstractPutObjectRequest.withSSEAwsKeyManagementParams
(SSEAwsKeyManagementParams sseAwsKeyManagementParams) Sets the AWS Key Management System parameters used to encrypt the object on server side.CopyObjectRequest.withSSEAwsKeyManagementParams
(SSEAwsKeyManagementParams sseAwsKeyManagementParams) Sets the AWS Key Management System parameters used to encrypt the object on server side.InitiateMultipartUploadRequest.withSSEAwsKeyManagementParams
(SSEAwsKeyManagementParams sseAwsKeyManagementParams) Sets the AWS Key Management System parameters used to encrypt the object on server side.PutObjectRequest.withSSEAwsKeyManagementParams
(SSEAwsKeyManagementParams sseAwsKeyManagementParams)