| 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 |
AbstractAWSS3Control.listAccessPoints(ListAccessPointsRequest request) |
ListAccessPointsResult |
AWSS3Control.listAccessPoints(ListAccessPointsRequest listAccessPointsRequest)
Returns a list of the access points owned by the current account associated with the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAccessPointsResult> |
AWSS3ControlAsyncClient.listAccessPointsAsync(ListAccessPointsRequest request,
AsyncHandler<ListAccessPointsRequest,ListAccessPointsResult> asyncHandler) |
Future<ListAccessPointsResult> |
AbstractAWSS3ControlAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccessPointsResult |
ListAccessPointsResult.clone() |
ListAccessPointsResult |
ListAccessPointsResult.withAccessPointList(AccessPoint... accessPointList)
Contains identification and configuration information for one or more access points associated with the specified
bucket.
|
ListAccessPointsResult |
ListAccessPointsResult.withAccessPointList(Collection<AccessPoint> accessPointList)
Contains identification and configuration information for one or more access points associated with the specified
bucket.
|
ListAccessPointsResult |
ListAccessPointsResult.withNextToken(String nextToken)
If the specified bucket has more access points than can be returned in one call to this API, this field contains
a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
|
Copyright © 2022. All rights reserved.