Uses of Class
software.amazon.awssdk.services.s3control.model.StorageLensConfiguration
-
Packages that use StorageLensConfiguration Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of StorageLensConfiguration in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return StorageLensConfiguration Modifier and Type Method Description StorageLensConfigurationGetStorageLensConfigurationResponse. storageLensConfiguration()The S3 Storage Lens configuration requested.StorageLensConfigurationPutStorageLensConfigurationRequest. storageLensConfiguration()The S3 Storage Lens configuration.Methods in software.amazon.awssdk.services.s3control.model with parameters of type StorageLensConfiguration Modifier and Type Method Description GetStorageLensConfigurationResponse.BuilderGetStorageLensConfigurationResponse.Builder. storageLensConfiguration(StorageLensConfiguration storageLensConfiguration)The S3 Storage Lens configuration requested.PutStorageLensConfigurationRequest.BuilderPutStorageLensConfigurationRequest.Builder. storageLensConfiguration(StorageLensConfiguration storageLensConfiguration)The S3 Storage Lens configuration.
-