| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListStorageLensConfigurationsResponse |
S3ControlClient.listStorageLensConfigurations(Consumer<ListStorageLensConfigurationsRequest.Builder> listStorageLensConfigurationsRequest)
Gets a list of Amazon S3 Storage Lens configurations.
|
default ListStorageLensConfigurationsResponse |
S3ControlClient.listStorageLensConfigurations(ListStorageLensConfigurationsRequest listStorageLensConfigurationsRequest)
Gets a list of Amazon S3 Storage Lens configurations.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListStorageLensConfigurationsResponse> |
S3ControlAsyncClient.listStorageLensConfigurations(Consumer<ListStorageLensConfigurationsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListStorageLensConfigurationsResponse> |
ListStorageLensConfigurationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStorageLensConfigurationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListStorageLensConfigurationsResponse> subscriber) |
Copyright © 2022. All rights reserved.