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