Uses of Interface
software.amazon.awssdk.services.s3control.model.ListStorageLensConfigurationsResponse.Builder
-
Packages that use ListStorageLensConfigurationsResponse.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of ListStorageLensConfigurationsResponse.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return ListStorageLensConfigurationsResponse.Builder Modifier and Type Method Description static ListStorageLensConfigurationsResponse.BuilderListStorageLensConfigurationsResponse. builder()ListStorageLensConfigurationsResponse.BuilderListStorageLensConfigurationsResponse.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.BuilderListStorageLensConfigurationsResponse.Builder. storageLensConfigurationList(Collection<ListStorageLensConfigurationEntry> storageLensConfigurationList)A list of S3 Storage Lens configurations.ListStorageLensConfigurationsResponse.BuilderListStorageLensConfigurationsResponse.Builder. storageLensConfigurationList(Consumer<ListStorageLensConfigurationEntry.Builder>... storageLensConfigurationList)A list of S3 Storage Lens configurations.ListStorageLensConfigurationsResponse.BuilderListStorageLensConfigurationsResponse.Builder. storageLensConfigurationList(ListStorageLensConfigurationEntry... storageLensConfigurationList)A list of S3 Storage Lens configurations.ListStorageLensConfigurationsResponse.BuilderListStorageLensConfigurationsResponse. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type ListStorageLensConfigurationsResponse.Builder Modifier and Type Method Description static Class<? extends ListStorageLensConfigurationsResponse.Builder>ListStorageLensConfigurationsResponse. serializableBuilderClass()
-