Uses of Class
software.amazon.awssdk.services.s3control.model.StorageLensGroup
-
Packages that use StorageLensGroup Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of StorageLensGroup in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return StorageLensGroup Modifier and Type Method Description StorageLensGroupCreateStorageLensGroupRequest. storageLensGroup()The Storage Lens group configuration.StorageLensGroupGetStorageLensGroupResponse. storageLensGroup()The name of the Storage Lens group that you're trying to retrieve the configuration details for.StorageLensGroupUpdateStorageLensGroupRequest. storageLensGroup()The JSON file that contains the Storage Lens group configuration.Methods in software.amazon.awssdk.services.s3control.model with parameters of type StorageLensGroup Modifier and Type Method Description CreateStorageLensGroupRequest.BuilderCreateStorageLensGroupRequest.Builder. storageLensGroup(StorageLensGroup storageLensGroup)The Storage Lens group configuration.GetStorageLensGroupResponse.BuilderGetStorageLensGroupResponse.Builder. storageLensGroup(StorageLensGroup storageLensGroup)The name of the Storage Lens group that you're trying to retrieve the configuration details for.UpdateStorageLensGroupRequest.BuilderUpdateStorageLensGroupRequest.Builder. storageLensGroup(StorageLensGroup storageLensGroup)The JSON file that contains the Storage Lens group configuration.
-