| 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<UpdateStorageLensGroupResult> |
AbstractAWSS3ControlAsync.updateStorageLensGroupAsync(UpdateStorageLensGroupRequest request,
AsyncHandler<UpdateStorageLensGroupRequest,UpdateStorageLensGroupResult> asyncHandler) |
Future<UpdateStorageLensGroupResult> |
AWSS3ControlAsyncClient.updateStorageLensGroupAsync(UpdateStorageLensGroupRequest request,
AsyncHandler<UpdateStorageLensGroupRequest,UpdateStorageLensGroupResult> asyncHandler) |
Future<UpdateStorageLensGroupResult> |
AWSS3ControlAsync.updateStorageLensGroupAsync(UpdateStorageLensGroupRequest updateStorageLensGroupRequest,
AsyncHandler<UpdateStorageLensGroupRequest,UpdateStorageLensGroupResult> asyncHandler)
Updates the existing Storage Lens group.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateStorageLensGroupRequest |
UpdateStorageLensGroupRequest.clone() |
UpdateStorageLensGroupRequest |
UpdateStorageLensGroupRequest.withAccountId(String accountId)
The Amazon Web Services account ID of the Storage Lens group owner.
|
UpdateStorageLensGroupRequest |
UpdateStorageLensGroupRequest.withName(String name)
The name of the Storage Lens group that you want to update.
|
UpdateStorageLensGroupRequest |
UpdateStorageLensGroupRequest.withStorageLensGroup(StorageLensGroup storageLensGroup)
The JSON file that contains the Storage Lens group configuration.
|
Copyright © 2023. All rights reserved.