| Package | Description |
|---|---|
| com.amazonaws.services.s3control |
Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
ListAccessPointsResult |
AWSS3ControlClient.listAccessPoints(ListAccessPointsRequest request)
Returns a list of the access points owned by the current account associated with the specified bucket.
|
ListAccessPointsResult |
AWSS3Control.listAccessPoints(ListAccessPointsRequest listAccessPointsRequest)
Returns a list of the access points owned by the current account associated with the specified bucket.
|
ListAccessPointsResult |
AbstractAWSS3Control.listAccessPoints(ListAccessPointsRequest request) |
Future<ListAccessPointsResult> |
AWSS3ControlAsyncClient.listAccessPointsAsync(ListAccessPointsRequest request) |
Future<ListAccessPointsResult> |
AWSS3ControlAsync.listAccessPointsAsync(ListAccessPointsRequest listAccessPointsRequest)
Returns a list of the access points owned by the current account associated with the specified bucket.
|
Future<ListAccessPointsResult> |
AbstractAWSS3ControlAsync.listAccessPointsAsync(ListAccessPointsRequest request) |
Future<ListAccessPointsResult> |
AWSS3ControlAsyncClient.listAccessPointsAsync(ListAccessPointsRequest request,
AsyncHandler<ListAccessPointsRequest,ListAccessPointsResult> asyncHandler) |
Future<ListAccessPointsResult> |
AWSS3ControlAsync.listAccessPointsAsync(ListAccessPointsRequest listAccessPointsRequest,
AsyncHandler<ListAccessPointsRequest,ListAccessPointsResult> asyncHandler)
Returns a list of the access points owned by the current account associated with the specified bucket.
|
Future<ListAccessPointsResult> |
AbstractAWSS3ControlAsync.listAccessPointsAsync(ListAccessPointsRequest request,
AsyncHandler<ListAccessPointsRequest,ListAccessPointsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAccessPointsResult> |
AWSS3ControlAsyncClient.listAccessPointsAsync(ListAccessPointsRequest request,
AsyncHandler<ListAccessPointsRequest,ListAccessPointsResult> asyncHandler) |
Future<ListAccessPointsResult> |
AWSS3ControlAsync.listAccessPointsAsync(ListAccessPointsRequest listAccessPointsRequest,
AsyncHandler<ListAccessPointsRequest,ListAccessPointsResult> asyncHandler)
Returns a list of the access points owned by the current account associated with the specified bucket.
|
Future<ListAccessPointsResult> |
AbstractAWSS3ControlAsync.listAccessPointsAsync(ListAccessPointsRequest request,
AsyncHandler<ListAccessPointsRequest,ListAccessPointsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAccessPointsRequest |
ListAccessPointsRequest.clone() |
ListAccessPointsRequest |
ListAccessPointsRequest.withAccountId(String accountId)
The Amazon Web Services account ID for the account that owns the specified access points.
|
ListAccessPointsRequest |
ListAccessPointsRequest.withBucket(String bucket)
The name of the bucket whose associated access points you want to list.
|
ListAccessPointsRequest |
ListAccessPointsRequest.withMaxResults(Integer maxResults)
The maximum number of access points that you want to include in the list.
|
ListAccessPointsRequest |
ListAccessPointsRequest.withNextToken(String nextToken)
A continuation token.
|
Copyright © 2023. All rights reserved.