| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| Modifier and Type | Method and Description |
|---|---|
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. |
default GetBucketAccelerateConfigurationResponse |
S3Client.getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest 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 |
|---|---|
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 CompletableFuture<GetBucketAccelerateConfigurationResponse> |
S3AsyncClient.getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest 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. |
Copyright © 2021. All rights reserved.