| 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.model |
| 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 ListAccessPointsResponse |
S3ControlClient.listAccessPoints(Consumer<ListAccessPointsRequest.Builder> listAccessPointsRequest)
Returns a list of the access points currently associated with the specified bucket.
|
default ListAccessPointsPublisher |
S3ControlAsyncClient.listAccessPointsPaginator(Consumer<ListAccessPointsRequest.Builder> listAccessPointsRequest)
Returns a list of the access points currently associated with the specified bucket.
|
default ListAccessPointsIterable |
S3ControlClient.listAccessPointsPaginator(Consumer<ListAccessPointsRequest.Builder> listAccessPointsRequest)
Returns a list of the access points currently associated with the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccessPointsRequest.Builder |
ListAccessPointsRequest.Builder.accountId(String accountId)
The Amazon Web Services account ID for owner of the bucket whose access points you want to list.
|
ListAccessPointsRequest.Builder |
ListAccessPointsRequest.Builder.bucket(String bucket)
The name of the bucket whose associated access points you want to list.
|
static ListAccessPointsRequest.Builder |
ListAccessPointsRequest.builder() |
ListAccessPointsRequest.Builder |
ListAccessPointsRequest.Builder.maxResults(Integer maxResults)
The maximum number of access points that you want to include in the list.
|
ListAccessPointsRequest.Builder |
ListAccessPointsRequest.Builder.nextToken(String nextToken)
A continuation token.
|
ListAccessPointsRequest.Builder |
ListAccessPointsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAccessPointsRequest.Builder |
ListAccessPointsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAccessPointsRequest.Builder |
ListAccessPointsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAccessPointsRequest.Builder> |
ListAccessPointsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.