| 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 |
|---|---|
Future<ListAccessGrantsLocationsResult> |
AWSS3ControlAsyncClient.listAccessGrantsLocationsAsync(ListAccessGrantsLocationsRequest request,
AsyncHandler<ListAccessGrantsLocationsRequest,ListAccessGrantsLocationsResult> asyncHandler) |
Future<ListAccessGrantsLocationsResult> |
AWSS3ControlAsync.listAccessGrantsLocationsAsync(ListAccessGrantsLocationsRequest listAccessGrantsLocationsRequest,
AsyncHandler<ListAccessGrantsLocationsRequest,ListAccessGrantsLocationsResult> asyncHandler)
Returns a list of the locations registered in your S3 Access Grants instance.
|
Future<ListAccessGrantsLocationsResult> |
AbstractAWSS3ControlAsync.listAccessGrantsLocationsAsync(ListAccessGrantsLocationsRequest request,
AsyncHandler<ListAccessGrantsLocationsRequest,ListAccessGrantsLocationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAccessGrantsLocationsRequest |
ListAccessGrantsLocationsRequest.clone() |
ListAccessGrantsLocationsRequest |
ListAccessGrantsLocationsRequest.withAccountId(String accountId)
The ID of the Amazon Web Services account that is making this request.
|
ListAccessGrantsLocationsRequest |
ListAccessGrantsLocationsRequest.withLocationScope(String locationScope)
The S3 path to the location that you are registering.
|
ListAccessGrantsLocationsRequest |
ListAccessGrantsLocationsRequest.withMaxResults(Integer maxResults)
The maximum number of access grants that you would like returned in the
List Access Grants response. |
ListAccessGrantsLocationsRequest |
ListAccessGrantsLocationsRequest.withNextToken(String nextToken)
A pagination token to request the next page of results.
|
Copyright © 2023. All rights reserved.