CompletableFuture<DeleteBucketEncryptionResponse> |
DelegatingS3AsyncClient.deleteBucketEncryption(DeleteBucketEncryptionRequest deleteBucketEncryptionRequest) |
This implementation of the DELETE action resets the default encryption for the bucket as server-side encryption
with Amazon S3 managed keys (SSE-S3).
|
DeleteBucketEncryptionResponse |
DelegatingS3Client.deleteBucketEncryption(DeleteBucketEncryptionRequest deleteBucketEncryptionRequest) |
This implementation of the DELETE action resets the default encryption for the bucket as server-side encryption
with Amazon S3 managed keys (SSE-S3).
|
default CompletableFuture<DeleteBucketEncryptionResponse> |
S3AsyncClient.deleteBucketEncryption(DeleteBucketEncryptionRequest deleteBucketEncryptionRequest) |
This implementation of the DELETE action resets the default encryption for the bucket as server-side encryption
with Amazon S3 managed keys (SSE-S3).
|
default DeleteBucketEncryptionResponse |
S3Client.deleteBucketEncryption(DeleteBucketEncryptionRequest deleteBucketEncryptionRequest) |
This implementation of the DELETE action resets the default encryption for the bucket as server-side encryption
with Amazon S3 managed keys (SSE-S3).
|