| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteBucketEncryptionResponse |
S3Client.deleteBucketEncryption(Consumer<DeleteBucketEncryptionRequest.Builder> deleteBucketEncryptionRequest)
This implementation of the DELETE action removes default encryption from the bucket.
|
default DeleteBucketEncryptionResponse |
S3Client.deleteBucketEncryption(DeleteBucketEncryptionRequest deleteBucketEncryptionRequest)
This implementation of the DELETE action removes default encryption from the bucket.
|
DeleteBucketEncryptionResponse |
DelegatingS3Client.deleteBucketEncryption(DeleteBucketEncryptionRequest deleteBucketEncryptionRequest)
This implementation of the DELETE action removes default encryption from the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteBucketEncryptionResponse> |
S3AsyncClient.deleteBucketEncryption(Consumer<DeleteBucketEncryptionRequest.Builder> deleteBucketEncryptionRequest)
This implementation of the DELETE action removes default encryption from the bucket.
|
default CompletableFuture<DeleteBucketEncryptionResponse> |
S3AsyncClient.deleteBucketEncryption(DeleteBucketEncryptionRequest deleteBucketEncryptionRequest)
This implementation of the DELETE action removes default encryption from the bucket.
|
CompletableFuture<DeleteBucketEncryptionResponse> |
DelegatingS3AsyncClient.deleteBucketEncryption(DeleteBucketEncryptionRequest deleteBucketEncryptionRequest)
This implementation of the DELETE action removes default encryption from the bucket.
|
Copyright © 2023. All rights reserved.