| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.transform |
| Modifier and Type | Method and Description |
|---|---|
default PutBucketInventoryConfigurationResponse |
S3Client.putBucketInventoryConfiguration(PutBucketInventoryConfigurationRequest 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. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
PutBucketInventoryConfigurationRequestMarshaller.marshall(PutBucketInventoryConfigurationRequest putBucketInventoryConfigurationRequest) |
Copyright © 2020. All rights reserved.