| Package | Description |
|---|---|
| com.ibm.cos.v2.services.s3 |
| Modifier and Type | Method and Description |
|---|---|
default PutBucketEncryptionResponse |
S3Client.putBucketEncryption(Consumer<PutBucketEncryptionRequest.Builder> putBucketEncryptionRequest)
This operation configures default encryption and Amazon S3 Bucket Keys for an existing bucket.
|
default PutBucketEncryptionResponse |
S3Client.putBucketEncryption(PutBucketEncryptionRequest putBucketEncryptionRequest)
This operation configures default encryption and Amazon S3 Bucket Keys for an existing bucket.
|
PutBucketEncryptionResponse |
DelegatingS3Client.putBucketEncryption(PutBucketEncryptionRequest putBucketEncryptionRequest)
This operation configures default encryption and Amazon S3 Bucket Keys for an existing bucket.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutBucketEncryptionResponse> |
S3AsyncClient.putBucketEncryption(Consumer<PutBucketEncryptionRequest.Builder> putBucketEncryptionRequest)
This operation configures default encryption and Amazon S3 Bucket Keys for an existing bucket.
|
default CompletableFuture<PutBucketEncryptionResponse> |
S3AsyncClient.putBucketEncryption(PutBucketEncryptionRequest putBucketEncryptionRequest)
This operation configures default encryption and Amazon S3 Bucket Keys for an existing bucket.
|
CompletableFuture<PutBucketEncryptionResponse> |
DelegatingS3AsyncClient.putBucketEncryption(PutBucketEncryptionRequest putBucketEncryptionRequest)
This operation configures default encryption and Amazon S3 Bucket Keys for an existing bucket.
|
Copyright © 2026. All rights reserved.