| 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 |
|---|---|
ListStorageLensGroupsResult |
AWSS3ControlClient.listStorageLensGroups(ListStorageLensGroupsRequest request)
Lists all the Storage Lens groups in the specified home Region.
|
ListStorageLensGroupsResult |
AWSS3Control.listStorageLensGroups(ListStorageLensGroupsRequest listStorageLensGroupsRequest)
Lists all the Storage Lens groups in the specified home Region.
|
ListStorageLensGroupsResult |
AbstractAWSS3Control.listStorageLensGroups(ListStorageLensGroupsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListStorageLensGroupsResult> |
AWSS3ControlAsyncClient.listStorageLensGroupsAsync(ListStorageLensGroupsRequest request,
AsyncHandler<ListStorageLensGroupsRequest,ListStorageLensGroupsResult> asyncHandler) |
Future<ListStorageLensGroupsResult> |
AWSS3ControlAsync.listStorageLensGroupsAsync(ListStorageLensGroupsRequest listStorageLensGroupsRequest,
AsyncHandler<ListStorageLensGroupsRequest,ListStorageLensGroupsResult> asyncHandler)
Lists all the Storage Lens groups in the specified home Region.
|
Future<ListStorageLensGroupsResult> |
AbstractAWSS3ControlAsync.listStorageLensGroupsAsync(ListStorageLensGroupsRequest request,
AsyncHandler<ListStorageLensGroupsRequest,ListStorageLensGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListStorageLensGroupsResult |
ListStorageLensGroupsResult.clone() |
ListStorageLensGroupsResult |
ListStorageLensGroupsResult.withNextToken(String nextToken)
If
NextToken is returned, there are more Storage Lens groups results available. |
ListStorageLensGroupsResult |
ListStorageLensGroupsResult.withStorageLensGroupList(Collection<ListStorageLensGroupEntry> storageLensGroupList)
The list of Storage Lens groups that exist in the specified home Region.
|
ListStorageLensGroupsResult |
ListStorageLensGroupsResult.withStorageLensGroupList(ListStorageLensGroupEntry... storageLensGroupList)
The list of Storage Lens groups that exist in the specified home Region.
|
Copyright © 2024. All rights reserved.