Uses of Class
com.amazonaws.services.s3.model.SSEAwsKeyManagementParams
-
Packages that use SSEAwsKeyManagementParams Package Description com.amazonaws.services.s3.model 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 SSEAwsKeyManagementParams Modifier and Type Method Description SSEAwsKeyManagementParams
AbstractPutObjectRequest. getSSEAwsKeyManagementParams()
Returns the AWS Key Management System parameters used to encrypt the object on server side.SSEAwsKeyManagementParams
CopyObjectRequest. getSSEAwsKeyManagementParams()
Returns the AWS Key Management System parameters used to encrypt the object on server side.SSEAwsKeyManagementParams
InitiateMultipartUploadRequest. getSSEAwsKeyManagementParams()
Returns the AWS Key Management System parameters used to encrypt the object on server side.SSEAwsKeyManagementParams
SSEAwsKeyManagementParamsProvider. getSSEAwsKeyManagementParams()
Returns the optional SSEAwsKeyManagementParams to use to encrypt the uploaded object.Methods in com.amazonaws.services.s3.model with parameters of type SSEAwsKeyManagementParams Modifier and Type Method Description void
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
CopyObjectRequest. withSSEAwsKeyManagementParams(SSEAwsKeyManagementParams sseAwsKeyManagementParams)
Sets the AWS Key Management System parameters used to encrypt the object on server side.InitiateMultipartUploadRequest
InitiateMultipartUploadRequest. withSSEAwsKeyManagementParams(SSEAwsKeyManagementParams sseAwsKeyManagementParams)
Sets the AWS Key Management System parameters used to encrypt the object on server side.PutObjectRequest
PutObjectRequest. withSSEAwsKeyManagementParams(SSEAwsKeyManagementParams sseAwsKeyManagementParams)
-