| 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 |
|---|---|
ListBucketsPaginatedResult |
AmazonS3Client.listBuckets(ListBucketsPaginatedRequest listBucketsRequest) |
ListBucketsPaginatedResult |
AbstractAmazonS3.listBuckets(ListBucketsPaginatedRequest listBucketsRequest) |
ListBucketsPaginatedResult |
AmazonS3.listBuckets(ListBucketsPaginatedRequest listBucketsPaginatedRequest)
Returns a list of all buckets owned by the authenticated sender of the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListBucketsPaginatedResult |
ListBucketsPaginatedResult.withBuckets(List<Bucket> buckets)
Sets the buckets
|
ListBucketsPaginatedResult |
ListBucketsPaginatedResult.withContinuationToken(String continuationToken)
Sets the continuationToken.
|
ListBucketsPaginatedResult |
ListBucketsPaginatedResult.withOwner(Owner owner)
Sets the owner
|
ListBucketsPaginatedResult |
ListBucketsPaginatedResult.withPrefix(String prefix)
Sets the prefix used to filter bucket names in the response.
|
Copyright © 2024. All rights reserved.