Uses of Class
software.amazon.awssdk.services.s3.model.GetBucketAccelerateConfigurationResponse
-
Packages that use GetBucketAccelerateConfigurationResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of GetBucketAccelerateConfigurationResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetBucketAccelerateConfigurationResponse Modifier and Type Method Description GetBucketAccelerateConfigurationResponseDelegatingS3Client. getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest getBucketAccelerateConfigurationRequest)This implementation of the GET action uses theacceleratesubresource to return the Transfer Acceleration state of a bucket, which is eitherEnabledorSuspended.default GetBucketAccelerateConfigurationResponseS3Client. getBucketAccelerateConfiguration(Consumer<GetBucketAccelerateConfigurationRequest.Builder> getBucketAccelerateConfigurationRequest)This implementation of the GET action uses theacceleratesubresource to return the Transfer Acceleration state of a bucket, which is eitherEnabledorSuspended.default GetBucketAccelerateConfigurationResponseS3Client. getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest getBucketAccelerateConfigurationRequest)This implementation of the GET action uses theacceleratesubresource to return the Transfer Acceleration state of a bucket, which is eitherEnabledorSuspended.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type GetBucketAccelerateConfigurationResponse Modifier and Type Method Description CompletableFuture<GetBucketAccelerateConfigurationResponse>DelegatingS3AsyncClient. getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest getBucketAccelerateConfigurationRequest)This implementation of the GET action uses theacceleratesubresource to return the Transfer Acceleration state of a bucket, which is eitherEnabledorSuspended.default CompletableFuture<GetBucketAccelerateConfigurationResponse>S3AsyncClient. getBucketAccelerateConfiguration(Consumer<GetBucketAccelerateConfigurationRequest.Builder> getBucketAccelerateConfigurationRequest)This implementation of the GET action uses theacceleratesubresource to return the Transfer Acceleration state of a bucket, which is eitherEnabledorSuspended.default CompletableFuture<GetBucketAccelerateConfigurationResponse>S3AsyncClient. getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest getBucketAccelerateConfigurationRequest)This implementation of the GET action uses theacceleratesubresource to return the Transfer Acceleration state of a bucket, which is eitherEnabledorSuspended.
-