Package | Description |
---|---|
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
SetBucketInventoryConfigurationResult |
AmazonS3Client.setBucketInventoryConfiguration(SetBucketInventoryConfigurationRequest setBucketInventoryConfigurationRequest) |
SetBucketInventoryConfigurationResult |
AbstractAmazonS3.setBucketInventoryConfiguration(SetBucketInventoryConfigurationRequest setBucketInventoryConfigurationRequest) |
SetBucketInventoryConfigurationResult |
AmazonS3.setBucketInventoryConfiguration(SetBucketInventoryConfigurationRequest setBucketInventoryConfigurationRequest)
Sets an inventory configuration (identified by the inventory ID) to the bucket.
|
Modifier and Type | Method and Description |
---|---|
SetBucketInventoryConfigurationRequest |
SetBucketInventoryConfigurationRequest.withBucketName(String bucketName)
Sets the name of the bucket where the inventory configuration will be stored
and returns
SetBucketInventoryConfigurationRequest object for
method chaining. |
SetBucketInventoryConfigurationRequest |
SetBucketInventoryConfigurationRequest.withExpectedBucketOwner(String expectedBucketOwner) |
SetBucketInventoryConfigurationRequest |
SetBucketInventoryConfigurationRequest.withInventoryConfiguration(InventoryConfiguration inventoryConfiguration)
Sets the inventory configuration and returns the
SetBucketInventoryConfigurationRequest object
for method chaining. |
Copyright © 2021. All rights reserved.