Uses of Interface
software.amazon.awssdk.services.s3control.model.GetStorageLensGroupResponse.Builder
-
Packages that use GetStorageLensGroupResponse.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of GetStorageLensGroupResponse.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return GetStorageLensGroupResponse.Builder Modifier and Type Method Description static GetStorageLensGroupResponse.BuilderGetStorageLensGroupResponse. builder()default GetStorageLensGroupResponse.BuilderGetStorageLensGroupResponse.Builder. storageLensGroup(Consumer<StorageLensGroup.Builder> storageLensGroup)The name of the Storage Lens group that you're trying to retrieve the configuration details for.GetStorageLensGroupResponse.BuilderGetStorageLensGroupResponse.Builder. storageLensGroup(StorageLensGroup storageLensGroup)The name of the Storage Lens group that you're trying to retrieve the configuration details for.GetStorageLensGroupResponse.BuilderGetStorageLensGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type GetStorageLensGroupResponse.Builder Modifier and Type Method Description static Class<? extends GetStorageLensGroupResponse.Builder>GetStorageLensGroupResponse. serializableBuilderClass()
-