| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control |
Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
| software.amazon.awssdk.services.s3control.paginators | |
| software.amazon.awssdk.services.s3control.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListRegionalBucketsResponse |
S3ControlClient.listRegionalBuckets(ListRegionalBucketsRequest listRegionalBucketsRequest)
Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated sender of the request.
|
default CompletableFuture<ListRegionalBucketsResponse> |
S3ControlAsyncClient.listRegionalBuckets(ListRegionalBucketsRequest listRegionalBucketsRequest)
Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated sender of the request.
|
default ListRegionalBucketsIterable |
S3ControlClient.listRegionalBucketsPaginator(ListRegionalBucketsRequest listRegionalBucketsRequest)
Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated sender of the request.
|
default ListRegionalBucketsPublisher |
S3ControlAsyncClient.listRegionalBucketsPaginator(ListRegionalBucketsRequest listRegionalBucketsRequest)
Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated sender of the request.
|
| Constructor and Description |
|---|
ListRegionalBucketsIterable(S3ControlClient client,
ListRegionalBucketsRequest firstRequest) |
ListRegionalBucketsPublisher(S3ControlAsyncClient client,
ListRegionalBucketsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListRegionalBucketsRequestMarshaller.marshall(ListRegionalBucketsRequest listRegionalBucketsRequest) |
Copyright © 2022. All rights reserved.