| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control |
Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
| software.amazon.awssdk.services.s3control.paginators | |
| software.amazon.awssdk.services.s3control.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListStorageLensConfigurationsResponse |
S3ControlClient.listStorageLensConfigurations(ListStorageLensConfigurationsRequest listStorageLensConfigurationsRequest)
Gets a list of Amazon S3 Storage Lens configurations.
|
default CompletableFuture<ListStorageLensConfigurationsResponse> |
S3ControlAsyncClient.listStorageLensConfigurations(ListStorageLensConfigurationsRequest listStorageLensConfigurationsRequest)
Gets a list of Amazon S3 Storage Lens configurations.
|
default ListStorageLensConfigurationsIterable |
S3ControlClient.listStorageLensConfigurationsPaginator(ListStorageLensConfigurationsRequest listStorageLensConfigurationsRequest)
Gets a list of Amazon S3 Storage Lens configurations.
|
default ListStorageLensConfigurationsPublisher |
S3ControlAsyncClient.listStorageLensConfigurationsPaginator(ListStorageLensConfigurationsRequest listStorageLensConfigurationsRequest)
Gets a list of Amazon S3 Storage Lens configurations.
|
| Constructor and Description |
|---|
ListStorageLensConfigurationsIterable(S3ControlClient client,
ListStorageLensConfigurationsRequest firstRequest) |
ListStorageLensConfigurationsPublisher(S3ControlAsyncClient client,
ListStorageLensConfigurationsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListStorageLensConfigurationsRequestMarshaller.marshall(ListStorageLensConfigurationsRequest listStorageLensConfigurationsRequest) |
Copyright © 2023. All rights reserved.