Uses of Class
software.amazon.awssdk.services.s3control.model.ListStorageLensGroupEntry
-
Packages that use ListStorageLensGroupEntry Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of ListStorageLensGroupEntry in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type ListStorageLensGroupEntry Modifier and Type Method Description List<ListStorageLensGroupEntry>ListStorageLensGroupsResponse. storageLensGroupList()The list of Storage Lens groups that exist in the specified home Region.Methods in software.amazon.awssdk.services.s3control.model with parameters of type ListStorageLensGroupEntry Modifier and Type Method Description ListStorageLensGroupsResponse.BuilderListStorageLensGroupsResponse.Builder. storageLensGroupList(ListStorageLensGroupEntry... storageLensGroupList)The list of Storage Lens groups that exist in the specified home Region.Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type ListStorageLensGroupEntry Modifier and Type Method Description ListStorageLensGroupsResponse.BuilderListStorageLensGroupsResponse.Builder. storageLensGroupList(Collection<ListStorageLensGroupEntry> storageLensGroupList)The list of Storage Lens groups that exist in the specified home Region.
-