| 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 ListAccessPointsResponse |
S3ControlClient.listAccessPoints(ListAccessPointsRequest 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.
|
default ListAccessPointsIterable |
S3ControlClient.listAccessPointsPaginator(ListAccessPointsRequest listAccessPointsRequest)
Returns a list of the access points currently associated with the specified bucket.
|
default ListAccessPointsPublisher |
S3ControlAsyncClient.listAccessPointsPaginator(ListAccessPointsRequest listAccessPointsRequest)
Returns a list of the access points currently associated with the specified bucket.
|
| Constructor and Description |
|---|
ListAccessPointsIterable(S3ControlClient client,
ListAccessPointsRequest firstRequest) |
ListAccessPointsPublisher(S3ControlAsyncClient client,
ListAccessPointsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAccessPointsRequestMarshaller.marshall(ListAccessPointsRequest listAccessPointsRequest) |
Copyright © 2022. All rights reserved.