| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control |
AWS S3 Control provides access to Amazon S3 control plane actions.
|
| software.amazon.awssdk.services.s3control.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAccessPointsResponse |
S3ControlClient.listAccessPoints(Consumer<ListAccessPointsRequest.Builder> listAccessPointsRequest)
Returns a list of the access points currently associated with the specified bucket.
|
default ListAccessPointsResponse |
S3ControlClient.listAccessPoints(ListAccessPointsRequest listAccessPointsRequest)
Returns a list of the access points currently associated with the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAccessPointsResponse> |
S3ControlAsyncClient.listAccessPoints(Consumer<ListAccessPointsRequest.Builder> listAccessPointsRequest)
Returns a list of the access points currently associated with the specified bucket.
|
default CompletableFuture<ListAccessPointsResponse> |
S3ControlAsyncClient.listAccessPoints(ListAccessPointsRequest listAccessPointsRequest)
Returns a list of the access points currently associated with the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAccessPointsResponse> |
ListAccessPointsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccessPointsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAccessPointsResponse> subscriber) |
Copyright © 2021. All rights reserved.