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 |
---|---|
ListBucketInventoryConfigurationsResult |
AmazonS3Client.listBucketInventoryConfigurations(ListBucketInventoryConfigurationsRequest listBucketInventoryConfigurationsRequest) |
ListBucketInventoryConfigurationsResult |
AmazonS3.listBucketInventoryConfigurations(ListBucketInventoryConfigurationsRequest listBucketInventoryConfigurationsRequest)
Returns the list of inventory configurations for the bucket.
|
ListBucketInventoryConfigurationsResult |
AbstractAmazonS3.listBucketInventoryConfigurations(ListBucketInventoryConfigurationsRequest listBucketInventoryConfigurationsRequest) |
Modifier and Type | Method and Description |
---|---|
ListBucketInventoryConfigurationsRequest |
ListBucketInventoryConfigurationsRequest.withBucketName(String bucketName)
Sets the name of the Amazon S3 bucket whose inventory configurations are to be listed.
|
ListBucketInventoryConfigurationsRequest |
ListBucketInventoryConfigurationsRequest.withContinuationToken(String continuationToken)
Sets the optional continuation token.
|
Copyright © 2018. All rights reserved.