| 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<GetStorageLensGroupResult> |
AWSS3ControlAsyncClient.getStorageLensGroupAsync(GetStorageLensGroupRequest request,
AsyncHandler<GetStorageLensGroupRequest,GetStorageLensGroupResult> asyncHandler) |
Future<GetStorageLensGroupResult> |
AbstractAWSS3ControlAsync.getStorageLensGroupAsync(GetStorageLensGroupRequest request,
AsyncHandler<GetStorageLensGroupRequest,GetStorageLensGroupResult> asyncHandler) |
Future<GetStorageLensGroupResult> |
AWSS3ControlAsync.getStorageLensGroupAsync(GetStorageLensGroupRequest getStorageLensGroupRequest,
AsyncHandler<GetStorageLensGroupRequest,GetStorageLensGroupResult> asyncHandler)
Retrieves the Storage Lens group configuration details.
|
| Modifier and Type | Method and Description |
|---|---|
GetStorageLensGroupRequest |
GetStorageLensGroupRequest.clone() |
GetStorageLensGroupRequest |
GetStorageLensGroupRequest.withAccountId(String accountId)
The Amazon Web Services account ID associated with the Storage Lens group that you're trying to retrieve the
details for.
|
GetStorageLensGroupRequest |
GetStorageLensGroupRequest.withName(String name)
The name of the Storage Lens group that you're trying to retrieve the configuration details for.
|
Copyright © 2024. All rights reserved.