Package | Description |
---|---|
software.amazon.awssdk.services.s3 |
|
software.amazon.awssdk.services.s3.transform |
Modifier and Type | Method and Description |
---|---|
default ListBucketsResponse |
S3Client.listBuckets(ListBucketsRequest listBucketsRequest)
Returns a list of all buckets owned by the authenticated sender of the request.
|
default CompletableFuture<ListBucketsResponse> |
S3AsyncClient.listBuckets(ListBucketsRequest listBucketsRequest)
Returns a list of all buckets owned by the authenticated sender of the request.
|
Modifier and Type | Method and Description |
---|---|
SdkHttpFullRequest |
ListBucketsRequestMarshaller.marshall(ListBucketsRequest listBucketsRequest) |
Copyright © 2019. All rights reserved.