| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| Modifier and Type | Method and Description |
|---|---|
default GetBucketInventoryConfigurationResponse |
S3Client.getBucketInventoryConfiguration(Consumer<GetBucketInventoryConfigurationRequest.Builder> getBucketInventoryConfigurationRequest)
Returns an inventory configuration (identified by the inventory configuration ID) from the bucket.
|
default GetBucketInventoryConfigurationResponse |
S3Client.getBucketInventoryConfiguration(GetBucketInventoryConfigurationRequest getBucketInventoryConfigurationRequest)
Returns an inventory configuration (identified by the inventory configuration ID) from the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBucketInventoryConfigurationResponse> |
S3AsyncClient.getBucketInventoryConfiguration(Consumer<GetBucketInventoryConfigurationRequest.Builder> getBucketInventoryConfigurationRequest)
Returns an inventory configuration (identified by the inventory configuration ID) from the bucket.
|
default CompletableFuture<GetBucketInventoryConfigurationResponse> |
S3AsyncClient.getBucketInventoryConfiguration(GetBucketInventoryConfigurationRequest getBucketInventoryConfigurationRequest)
Returns an inventory configuration (identified by the inventory configuration ID) from the bucket.
|
Copyright © 2022. All rights reserved.