| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.internal |
| Modifier and Type | Method and Description |
|---|---|
default PutBucketInventoryConfigurationResponse |
S3Client.putBucketInventoryConfiguration(Consumer<PutBucketInventoryConfigurationRequest.Builder> putBucketInventoryConfigurationRequest)
This implementation of the
PUT action adds an inventory configuration (identified by the inventory
ID) to the bucket. |
default PutBucketInventoryConfigurationResponse |
S3Client.putBucketInventoryConfiguration(PutBucketInventoryConfigurationRequest putBucketInventoryConfigurationRequest)
This implementation of the
PUT action adds an inventory configuration (identified by the inventory
ID) to the bucket. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutBucketInventoryConfigurationResponse> |
S3AsyncClient.putBucketInventoryConfiguration(Consumer<PutBucketInventoryConfigurationRequest.Builder> putBucketInventoryConfigurationRequest)
This implementation of the
PUT action adds an inventory configuration (identified by the inventory
ID) to the bucket. |
default CompletableFuture<PutBucketInventoryConfigurationResponse> |
S3AsyncClient.putBucketInventoryConfiguration(PutBucketInventoryConfigurationRequest putBucketInventoryConfigurationRequest)
This implementation of the
PUT action adds an inventory configuration (identified by the inventory
ID) to the bucket. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PutBucketInventoryConfigurationResponse> |
DelegatingS3AsyncClient.putBucketInventoryConfiguration(PutBucketInventoryConfigurationRequest putBucketInventoryConfigurationRequest)
This implementation of the
PUT action adds an inventory configuration (identified by the inventory
ID) to the bucket. |
Copyright © 2022. All rights reserved.