Uses of Interface
software.amazon.awssdk.services.s3control.model.GetStorageLensConfigurationResponse.Builder
-
Packages that use GetStorageLensConfigurationResponse.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of GetStorageLensConfigurationResponse.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return GetStorageLensConfigurationResponse.Builder Modifier and Type Method Description static GetStorageLensConfigurationResponse.BuilderGetStorageLensConfigurationResponse. builder()default GetStorageLensConfigurationResponse.BuilderGetStorageLensConfigurationResponse.Builder. storageLensConfiguration(Consumer<StorageLensConfiguration.Builder> storageLensConfiguration)The S3 Storage Lens configuration requested.GetStorageLensConfigurationResponse.BuilderGetStorageLensConfigurationResponse.Builder. storageLensConfiguration(StorageLensConfiguration storageLensConfiguration)The S3 Storage Lens configuration requested.GetStorageLensConfigurationResponse.BuilderGetStorageLensConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type GetStorageLensConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends GetStorageLensConfigurationResponse.Builder>GetStorageLensConfigurationResponse. serializableBuilderClass()
-