Package | Description |
---|---|
software.amazon.awssdk.services.s3 |
|
software.amazon.awssdk.services.s3.model |
Modifier and Type | Method and Description |
---|---|
default GetBucketEncryptionResponse |
S3Client.getBucketEncryption(Consumer<GetBucketEncryptionRequest.Builder> getBucketEncryptionRequest)
Returns the server-side encryption configuration of a bucket.
|
default CompletableFuture<GetBucketEncryptionResponse> |
S3AsyncClient.getBucketEncryption(Consumer<GetBucketEncryptionRequest.Builder> getBucketEncryptionRequest)
Returns the server-side encryption configuration of a bucket.
|
Modifier and Type | Method and Description |
---|---|
GetBucketEncryptionRequest.Builder |
GetBucketEncryptionRequest.Builder.bucket(String bucket)
The name of the bucket from which the server-side encryption configuration is retrieved.
|
static GetBucketEncryptionRequest.Builder |
GetBucketEncryptionRequest.builder() |
GetBucketEncryptionRequest.Builder |
GetBucketEncryptionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBucketEncryptionRequest.Builder |
GetBucketEncryptionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBucketEncryptionRequest.Builder |
GetBucketEncryptionRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends GetBucketEncryptionRequest.Builder> |
GetBucketEncryptionRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.