| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
static ListStorageLensConfigurationsResponse.Builder |
ListStorageLensConfigurationsResponse.builder() |
ListStorageLensConfigurationsResponse.Builder |
ListStorageLensConfigurationsResponse.Builder.nextToken(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.
|
ListStorageLensConfigurationsResponse.Builder |
ListStorageLensConfigurationsResponse.Builder.storageLensConfigurationList(Collection<ListStorageLensConfigurationEntry> storageLensConfigurationList)
A list of S3 Storage Lens configurations.
|
ListStorageLensConfigurationsResponse.Builder |
ListStorageLensConfigurationsResponse.Builder.storageLensConfigurationList(Consumer<ListStorageLensConfigurationEntry.Builder>... storageLensConfigurationList)
A list of S3 Storage Lens configurations.
|
ListStorageLensConfigurationsResponse.Builder |
ListStorageLensConfigurationsResponse.Builder.storageLensConfigurationList(ListStorageLensConfigurationEntry... storageLensConfigurationList)
A list of S3 Storage Lens configurations.
|
ListStorageLensConfigurationsResponse.Builder |
ListStorageLensConfigurationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListStorageLensConfigurationsResponse.Builder> |
ListStorageLensConfigurationsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.