Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
SSEAwsKeyManagementParams |
AbstractPutObjectRequest.getSSEAwsKeyManagementParams()
Returns the Amazon Web Services 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.
|
SSEAwsKeyManagementParams |
InitiateMultipartUploadRequest.getSSEAwsKeyManagementParams()
Returns the Amazon Web Services Key Management System parameters used to encrypt the
object on server side.
|
SSEAwsKeyManagementParams |
CopyObjectRequest.getSSEAwsKeyManagementParams()
Returns the Amazon Web Services Key Management System parameters used to encrypt the
object on server side.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPutObjectRequest.setSSEAwsKeyManagementParams(SSEAwsKeyManagementParams params)
Sets the Amazon Web Services Key Management System parameters used to encrypt the object
on server side.
|
void |
InitiateMultipartUploadRequest.setSSEAwsKeyManagementParams(SSEAwsKeyManagementParams params)
Sets the Amazon Web Services Key Management System parameters used to encrypt the object
on server side.
|
void |
CopyObjectRequest.setSSEAwsKeyManagementParams(SSEAwsKeyManagementParams params)
Sets the Amazon Web Services Key Management System parameters used to encrypt the object
on server side.
|
PutObjectRequest |
PutObjectRequest.withSSEAwsKeyManagementParams(SSEAwsKeyManagementParams sseAwsKeyManagementParams) |
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withSSEAwsKeyManagementParams(SSEAwsKeyManagementParams sseAwsKeyManagementParams)
Sets the Amazon Web Services Key Management System parameters used to encrypt the object
on server side.
|
CopyObjectRequest |
CopyObjectRequest.withSSEAwsKeyManagementParams(SSEAwsKeyManagementParams sseAwsKeyManagementParams)
Sets the Amazon Web Services Key Management System parameters used to encrypt the object
on server side.
|
<T extends AbstractPutObjectRequest> |
AbstractPutObjectRequest.withSSEAwsKeyManagementParams(SSEAwsKeyManagementParams sseAwsKeyManagementParams)
Sets the Amazon Web Services Key Management System parameters used to encrypt the object
on server side.
|
Copyright © 2024. All rights reserved.