Uses of Interface
software.amazon.awssdk.services.s3control.model.ListStorageLensGroupEntry.Builder
-
Packages that use ListStorageLensGroupEntry.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of ListStorageLensGroupEntry.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return ListStorageLensGroupEntry.Builder Modifier and Type Method Description static ListStorageLensGroupEntry.BuilderListStorageLensGroupEntry. builder()ListStorageLensGroupEntry.BuilderListStorageLensGroupEntry.Builder. homeRegion(String homeRegion)Contains the Amazon Web Services Region where the Storage Lens group was created.ListStorageLensGroupEntry.BuilderListStorageLensGroupEntry.Builder. name(String name)Contains the name of the Storage Lens group that exists in the specified home Region.ListStorageLensGroupEntry.BuilderListStorageLensGroupEntry.Builder. storageLensGroupArn(String storageLensGroupArn)Contains the Amazon Resource Name (ARN) of the Storage Lens group.ListStorageLensGroupEntry.BuilderListStorageLensGroupEntry. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type ListStorageLensGroupEntry.Builder Modifier and Type Method Description static Class<? extends ListStorageLensGroupEntry.Builder>ListStorageLensGroupEntry. serializableBuilderClass()
-