Uses of Class
software.amazon.awssdk.services.s3control.model.ListStorageLensConfigurationEntry
-
Packages that use ListStorageLensConfigurationEntry Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of ListStorageLensConfigurationEntry in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type ListStorageLensConfigurationEntry Modifier and Type Method Description List<ListStorageLensConfigurationEntry>ListStorageLensConfigurationsResponse. storageLensConfigurationList()A list of S3 Storage Lens configurations.Methods in software.amazon.awssdk.services.s3control.model with parameters of type ListStorageLensConfigurationEntry Modifier and Type Method Description ListStorageLensConfigurationsResponse.BuilderListStorageLensConfigurationsResponse.Builder. storageLensConfigurationList(ListStorageLensConfigurationEntry... storageLensConfigurationList)A list of S3 Storage Lens configurations.Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type ListStorageLensConfigurationEntry Modifier and Type Method Description ListStorageLensConfigurationsResponse.BuilderListStorageLensConfigurationsResponse.Builder. storageLensConfigurationList(Collection<ListStorageLensConfigurationEntry> storageLensConfigurationList)A list of S3 Storage Lens configurations.
-