| 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<CreateAccessGrantsLocationResult> |
AWSS3ControlAsyncClient.createAccessGrantsLocationAsync(CreateAccessGrantsLocationRequest request,
AsyncHandler<CreateAccessGrantsLocationRequest,CreateAccessGrantsLocationResult> asyncHandler) |
Future<CreateAccessGrantsLocationResult> |
AWSS3ControlAsync.createAccessGrantsLocationAsync(CreateAccessGrantsLocationRequest createAccessGrantsLocationRequest,
AsyncHandler<CreateAccessGrantsLocationRequest,CreateAccessGrantsLocationResult> asyncHandler)
The S3 data location that you would like to register in your S3 Access Grants instance.
|
Future<CreateAccessGrantsLocationResult> |
AbstractAWSS3ControlAsync.createAccessGrantsLocationAsync(CreateAccessGrantsLocationRequest request,
AsyncHandler<CreateAccessGrantsLocationRequest,CreateAccessGrantsLocationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAccessGrantsLocationRequest |
CreateAccessGrantsLocationRequest.clone() |
CreateAccessGrantsLocationRequest |
CreateAccessGrantsLocationRequest.withAccountId(String accountId)
The ID of the Amazon Web Services account that is making this request.
|
CreateAccessGrantsLocationRequest |
CreateAccessGrantsLocationRequest.withIAMRoleArn(String iAMRoleArn)
The Amazon Resource Name (ARN) of the IAM role for the registered location.
|
CreateAccessGrantsLocationRequest |
CreateAccessGrantsLocationRequest.withLocationScope(String locationScope)
The S3 path to the location that you are registering.
|
CreateAccessGrantsLocationRequest |
CreateAccessGrantsLocationRequest.withTags(Collection<Tag> tags)
The Amazon Web Services resource tags that you are adding to the S3 Access Grants location.
|
CreateAccessGrantsLocationRequest |
CreateAccessGrantsLocationRequest.withTags(Tag... tags)
The Amazon Web Services resource tags that you are adding to the S3 Access Grants location.
|
Copyright © 2023. All rights reserved.