| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBucketAccelerateConfigurationResponse> |
S3AsyncClient.getBucketAccelerateConfiguration(Consumer<GetBucketAccelerateConfigurationRequest.Builder> getBucketAccelerateConfigurationRequest)
This implementation of the GET operation uses the
accelerate subresource to return the Transfer
Acceleration state of a bucket, which is either Enabled or Suspended. |
default GetBucketAccelerateConfigurationResponse |
S3Client.getBucketAccelerateConfiguration(Consumer<GetBucketAccelerateConfigurationRequest.Builder> getBucketAccelerateConfigurationRequest)
This implementation of the GET operation uses the
accelerate subresource to return the Transfer
Acceleration state of a bucket, which is either Enabled or Suspended. |
| Modifier and Type | Method and Description |
|---|---|
GetBucketAccelerateConfigurationRequest.Builder |
GetBucketAccelerateConfigurationRequest.Builder.bucket(String bucket)
The name of the bucket for which the accelerate configuration is retrieved.
|
static GetBucketAccelerateConfigurationRequest.Builder |
GetBucketAccelerateConfigurationRequest.builder() |
GetBucketAccelerateConfigurationRequest.Builder |
GetBucketAccelerateConfigurationRequest.Builder.expectedBucketOwner(String expectedBucketOwner)
The account id of the expected bucket owner.
|
GetBucketAccelerateConfigurationRequest.Builder |
GetBucketAccelerateConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBucketAccelerateConfigurationRequest.Builder |
GetBucketAccelerateConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBucketAccelerateConfigurationRequest.Builder |
GetBucketAccelerateConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBucketAccelerateConfigurationRequest.Builder> |
GetBucketAccelerateConfigurationRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.