| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetBucketAccelerateConfigurationResponse |
S3Client.getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest getBucketAccelerateConfigurationRequest)
This implementation of the GET action 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 action 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 |
|---|---|
SdkHttpFullRequest |
GetBucketAccelerateConfigurationRequestMarshaller.marshall(GetBucketAccelerateConfigurationRequest getBucketAccelerateConfigurationRequest) |
Copyright © 2021. All rights reserved.