| 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 |
|---|---|
ListStorageLensConfigurationsResult |
AWSS3ControlClient.listStorageLensConfigurations(ListStorageLensConfigurationsRequest request)
Gets a list of Amazon S3 Storage Lens configurations.
|
ListStorageLensConfigurationsResult |
AWSS3Control.listStorageLensConfigurations(ListStorageLensConfigurationsRequest listStorageLensConfigurationsRequest)
Gets a list of Amazon S3 Storage Lens configurations.
|
ListStorageLensConfigurationsResult |
AbstractAWSS3Control.listStorageLensConfigurations(ListStorageLensConfigurationsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListStorageLensConfigurationsResult> |
AWSS3ControlAsyncClient.listStorageLensConfigurationsAsync(ListStorageLensConfigurationsRequest request,
AsyncHandler<ListStorageLensConfigurationsRequest,ListStorageLensConfigurationsResult> asyncHandler) |
Future<ListStorageLensConfigurationsResult> |
AWSS3ControlAsync.listStorageLensConfigurationsAsync(ListStorageLensConfigurationsRequest listStorageLensConfigurationsRequest,
AsyncHandler<ListStorageLensConfigurationsRequest,ListStorageLensConfigurationsResult> asyncHandler)
Gets a list of Amazon S3 Storage Lens configurations.
|
Future<ListStorageLensConfigurationsResult> |
AbstractAWSS3ControlAsync.listStorageLensConfigurationsAsync(ListStorageLensConfigurationsRequest request,
AsyncHandler<ListStorageLensConfigurationsRequest,ListStorageLensConfigurationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListStorageLensConfigurationsResult |
ListStorageLensConfigurationsResult.clone() |
ListStorageLensConfigurationsResult |
ListStorageLensConfigurationsResult.withNextToken(String nextToken)
If the request produced more than the maximum number of S3 Storage Lens configuration results, you can pass this
value into a subsequent request to retrieve the next page of results.
|
ListStorageLensConfigurationsResult |
ListStorageLensConfigurationsResult.withStorageLensConfigurationList(Collection<ListStorageLensConfigurationEntry> storageLensConfigurationList)
A list of S3 Storage Lens configurations.
|
ListStorageLensConfigurationsResult |
ListStorageLensConfigurationsResult.withStorageLensConfigurationList(ListStorageLensConfigurationEntry... storageLensConfigurationList)
A list of S3 Storage Lens configurations.
|
Copyright © 2023. All rights reserved.