Package | Description |
---|---|
software.amazon.awssdk.services.s3 |
|
software.amazon.awssdk.services.s3.internal | |
software.amazon.awssdk.services.s3.transform |
Modifier and Type | Method and Description |
---|---|
default DeleteBucketEncryptionResponse |
S3Client.deleteBucketEncryption(DeleteBucketEncryptionRequest 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.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<DeleteBucketEncryptionResponse> |
DelegatingS3AsyncClient.deleteBucketEncryption(DeleteBucketEncryptionRequest deleteBucketEncryptionRequest)
This implementation of the DELETE action removes default encryption from the bucket.
|
Modifier and Type | Method and Description |
---|---|
SdkHttpFullRequest |
DeleteBucketEncryptionRequestMarshaller.marshall(DeleteBucketEncryptionRequest deleteBucketEncryptionRequest) |
Copyright © 2022. All rights reserved.