| 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 |
|---|---|
UpdateAccessGrantsLocationResult |
AWSS3ControlClient.updateAccessGrantsLocation(UpdateAccessGrantsLocationRequest request)
Updates the IAM role of a registered location in your S3 Access Grants instance.
|
UpdateAccessGrantsLocationResult |
AWSS3Control.updateAccessGrantsLocation(UpdateAccessGrantsLocationRequest updateAccessGrantsLocationRequest)
Updates the IAM role of a registered location in your S3 Access Grants instance.
|
UpdateAccessGrantsLocationResult |
AbstractAWSS3Control.updateAccessGrantsLocation(UpdateAccessGrantsLocationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAccessGrantsLocationResult> |
AWSS3ControlAsyncClient.updateAccessGrantsLocationAsync(UpdateAccessGrantsLocationRequest request,
AsyncHandler<UpdateAccessGrantsLocationRequest,UpdateAccessGrantsLocationResult> asyncHandler) |
Future<UpdateAccessGrantsLocationResult> |
AbstractAWSS3ControlAsync.updateAccessGrantsLocationAsync(UpdateAccessGrantsLocationRequest request,
AsyncHandler<UpdateAccessGrantsLocationRequest,UpdateAccessGrantsLocationResult> asyncHandler) |
Future<UpdateAccessGrantsLocationResult> |
AWSS3ControlAsync.updateAccessGrantsLocationAsync(UpdateAccessGrantsLocationRequest updateAccessGrantsLocationRequest,
AsyncHandler<UpdateAccessGrantsLocationRequest,UpdateAccessGrantsLocationResult> asyncHandler)
Updates the IAM role of a registered location in your S3 Access Grants instance.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAccessGrantsLocationResult |
UpdateAccessGrantsLocationResult.clone() |
UpdateAccessGrantsLocationResult |
UpdateAccessGrantsLocationResult.withAccessGrantsLocationArn(String accessGrantsLocationArn)
The Amazon Resource Name (ARN) of the registered location that you are updating.
|
UpdateAccessGrantsLocationResult |
UpdateAccessGrantsLocationResult.withAccessGrantsLocationId(String accessGrantsLocationId)
The ID of the registered location to which you are granting access.
|
UpdateAccessGrantsLocationResult |
UpdateAccessGrantsLocationResult.withCreatedAt(Date createdAt)
The date and time when you registered the location.
|
UpdateAccessGrantsLocationResult |
UpdateAccessGrantsLocationResult.withIAMRoleArn(String iAMRoleArn)
The Amazon Resource Name (ARN) of the IAM role of the registered location.
|
UpdateAccessGrantsLocationResult |
UpdateAccessGrantsLocationResult.withLocationScope(String locationScope)
The S3 URI path of the location that you are updating.
|
Copyright © 2024. All rights reserved.