| 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 |
|---|---|
GetBucketInventoryConfigurationResult |
AmazonS3Client.getBucketInventoryConfiguration(GetBucketInventoryConfigurationRequest getBucketInventoryConfigurationRequest) |
GetBucketInventoryConfigurationResult |
AmazonS3.getBucketInventoryConfiguration(GetBucketInventoryConfigurationRequest getBucketInventoryConfigurationRequest)
Returns an inventory configuration (identified by the inventory ID) from the bucket.
|
GetBucketInventoryConfigurationResult |
AmazonS3Client.getBucketInventoryConfiguration(String bucketName,
String id) |
GetBucketInventoryConfigurationResult |
AmazonS3.getBucketInventoryConfiguration(String bucketName,
String id)
Returns an inventory configuration (identified by the inventory ID) from the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
GetBucketInventoryConfigurationResult |
GetBucketInventoryConfigurationResult.withInventoryConfiguration(InventoryConfiguration inventoryConfiguration)
Sets the inventory configuration and returns the
GetBucketInventoryConfigurationResult object
for method chaining. |
Copyright © 2019. All rights reserved.