Package | Description |
---|---|
software.amazon.awssdk.services.s3 |
|
Modifier and Type | Method and Description |
---|---|
default PutBucketEncryptionResponse |
S3Client.putBucketEncryption(Consumer<PutBucketEncryptionRequest.Builder> putBucketEncryptionRequest)
This action uses the
encryption subresource to configure default encryption and Amazon S3 Bucket Key
for an existing bucket. |
default PutBucketEncryptionResponse |
S3Client.putBucketEncryption(PutBucketEncryptionRequest putBucketEncryptionRequest)
This action uses the
encryption subresource to configure default encryption and Amazon S3 Bucket Key
for an existing bucket. |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<PutBucketEncryptionResponse> |
S3AsyncClient.putBucketEncryption(Consumer<PutBucketEncryptionRequest.Builder> putBucketEncryptionRequest)
This action uses the
encryption subresource to configure default encryption and Amazon S3 Bucket Key
for an existing bucket. |
default CompletableFuture<PutBucketEncryptionResponse> |
S3AsyncClient.putBucketEncryption(PutBucketEncryptionRequest putBucketEncryptionRequest)
This action uses the
encryption subresource to configure default encryption and Amazon S3 Bucket Key
for an existing bucket. |
Copyright © 2021. All rights reserved.