| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListRegionalBucketsResponse |
S3ControlClient.listRegionalBuckets(Consumer<ListRegionalBucketsRequest.Builder> listRegionalBucketsRequest)
Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated sender of the request.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRegionalBucketsResponse> |
S3ControlAsyncClient.listRegionalBuckets(Consumer<ListRegionalBucketsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRegionalBucketsResponse> |
ListRegionalBucketsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRegionalBucketsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRegionalBucketsResponse> subscriber) |
Copyright © 2023. All rights reserved.