| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.model |
| 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 GetBucketInventoryConfigurationResponse |
S3Client.getBucketInventoryConfiguration(Consumer<GetBucketInventoryConfigurationRequest.Builder> getBucketInventoryConfigurationRequest)
Returns an inventory configuration (identified by the inventory configuration ID) from the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
GetBucketInventoryConfigurationRequest.Builder |
GetBucketInventoryConfigurationRequest.Builder.bucket(String bucket)
The name of the bucket containing the inventory configuration to retrieve.
|
static GetBucketInventoryConfigurationRequest.Builder |
GetBucketInventoryConfigurationRequest.builder() |
GetBucketInventoryConfigurationRequest.Builder |
GetBucketInventoryConfigurationRequest.Builder.expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner.
|
GetBucketInventoryConfigurationRequest.Builder |
GetBucketInventoryConfigurationRequest.Builder.id(String id)
The ID used to identify the inventory configuration.
|
GetBucketInventoryConfigurationRequest.Builder |
GetBucketInventoryConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBucketInventoryConfigurationRequest.Builder |
GetBucketInventoryConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBucketInventoryConfigurationRequest.Builder |
GetBucketInventoryConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBucketInventoryConfigurationRequest.Builder> |
GetBucketInventoryConfigurationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.