| 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 |
|---|---|
CreateAccessGrantsLocationResult |
AWSS3ControlClient.createAccessGrantsLocation(CreateAccessGrantsLocationRequest request)
The S3 data location that you would like to register in your S3 Access Grants instance.
|
CreateAccessGrantsLocationResult |
AbstractAWSS3Control.createAccessGrantsLocation(CreateAccessGrantsLocationRequest request) |
CreateAccessGrantsLocationResult |
AWSS3Control.createAccessGrantsLocation(CreateAccessGrantsLocationRequest createAccessGrantsLocationRequest)
The S3 data location that you would like to register in your S3 Access Grants instance.
|
| 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 |
|---|---|
CreateAccessGrantsLocationResult |
CreateAccessGrantsLocationResult.clone() |
CreateAccessGrantsLocationResult |
CreateAccessGrantsLocationResult.withAccessGrantsLocationArn(String accessGrantsLocationArn)
The Amazon Resource Name (ARN) of the location you are registering.
|
CreateAccessGrantsLocationResult |
CreateAccessGrantsLocationResult.withAccessGrantsLocationId(String accessGrantsLocationId)
The ID of the registered location to which you are granting access.
|
CreateAccessGrantsLocationResult |
CreateAccessGrantsLocationResult.withCreatedAt(Date createdAt)
The date and time when you registered the location.
|
CreateAccessGrantsLocationResult |
CreateAccessGrantsLocationResult.withIAMRoleArn(String iAMRoleArn)
The Amazon Resource Name (ARN) of the IAM role for the registered location.
|
CreateAccessGrantsLocationResult |
CreateAccessGrantsLocationResult.withLocationScope(String locationScope)
The S3 URI path to the location that you are registering.
|
Copyright © 2023. All rights reserved.