| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.internal |
| Modifier and Type | Method and Description |
|---|---|
default GetBucketIntelligentTieringConfigurationResponse |
S3Client.getBucketIntelligentTieringConfiguration(Consumer<GetBucketIntelligentTieringConfigurationRequest.Builder> getBucketIntelligentTieringConfigurationRequest)
Gets the S3 Intelligent-Tiering configuration from the specified bucket.
|
default GetBucketIntelligentTieringConfigurationResponse |
S3Client.getBucketIntelligentTieringConfiguration(GetBucketIntelligentTieringConfigurationRequest getBucketIntelligentTieringConfigurationRequest)
Gets the S3 Intelligent-Tiering configuration from the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBucketIntelligentTieringConfigurationResponse> |
S3AsyncClient.getBucketIntelligentTieringConfiguration(Consumer<GetBucketIntelligentTieringConfigurationRequest.Builder> getBucketIntelligentTieringConfigurationRequest)
Gets the S3 Intelligent-Tiering configuration from the specified bucket.
|
default CompletableFuture<GetBucketIntelligentTieringConfigurationResponse> |
S3AsyncClient.getBucketIntelligentTieringConfiguration(GetBucketIntelligentTieringConfigurationRequest getBucketIntelligentTieringConfigurationRequest)
Gets the S3 Intelligent-Tiering configuration from the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetBucketIntelligentTieringConfigurationResponse> |
DelegatingS3AsyncClient.getBucketIntelligentTieringConfiguration(GetBucketIntelligentTieringConfigurationRequest getBucketIntelligentTieringConfigurationRequest)
Gets the S3 Intelligent-Tiering configuration from the specified bucket.
|
Copyright © 2023. All rights reserved.