| 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<ListAccessGrantsResult> |
AWSS3ControlAsyncClient.listAccessGrantsAsync(ListAccessGrantsRequest request,
AsyncHandler<ListAccessGrantsRequest,ListAccessGrantsResult> asyncHandler) |
Future<ListAccessGrantsResult> |
AWSS3ControlAsync.listAccessGrantsAsync(ListAccessGrantsRequest listAccessGrantsRequest,
AsyncHandler<ListAccessGrantsRequest,ListAccessGrantsResult> asyncHandler)
Returns the list of access grants in your S3 Access Grants instance.
|
Future<ListAccessGrantsResult> |
AbstractAWSS3ControlAsync.listAccessGrantsAsync(ListAccessGrantsRequest request,
AsyncHandler<ListAccessGrantsRequest,ListAccessGrantsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAccessGrantsRequest |
ListAccessGrantsRequest.clone() |
ListAccessGrantsRequest |
ListAccessGrantsRequest.withAccountId(String accountId)
The ID of the Amazon Web Services account that is making this request.
|
ListAccessGrantsRequest |
ListAccessGrantsRequest.withApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of an Amazon Web Services IAM Identity Center application associated with your
Identity Center instance.
|
ListAccessGrantsRequest |
ListAccessGrantsRequest.withGranteeIdentifier(String granteeIdentifier)
The unique identifer of the
Grantee. |
ListAccessGrantsRequest |
ListAccessGrantsRequest.withGranteeType(GranteeType granteeType)
The type of the grantee to which access has been granted.
|
ListAccessGrantsRequest |
ListAccessGrantsRequest.withGranteeType(String granteeType)
The type of the grantee to which access has been granted.
|
ListAccessGrantsRequest |
ListAccessGrantsRequest.withGrantScope(String grantScope)
The S3 path of the data to which you are granting access.
|
ListAccessGrantsRequest |
ListAccessGrantsRequest.withMaxResults(Integer maxResults)
The maximum number of access grants that you would like returned in the
List Access Grants response. |
ListAccessGrantsRequest |
ListAccessGrantsRequest.withNextToken(String nextToken)
A pagination token to request the next page of results.
|
ListAccessGrantsRequest |
ListAccessGrantsRequest.withPermission(Permission permission)
The type of permission granted to your S3 data, which can be set to one of the following values:
|
ListAccessGrantsRequest |
ListAccessGrantsRequest.withPermission(String permission)
The type of permission granted to your S3 data, which can be set to one of the following values:
|
Copyright © 2023. All rights reserved.