Uses of Class
software.amazon.awssdk.services.omics.model.RunGroupListItem
-
Packages that use RunGroupListItem Package Description software.amazon.awssdk.services.omics.model software.amazon.awssdk.services.omics.paginators -
-
Uses of RunGroupListItem in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type RunGroupListItem Modifier and Type Method Description List<RunGroupListItem>ListRunGroupsResponse. items()A list of groups.Methods in software.amazon.awssdk.services.omics.model with parameters of type RunGroupListItem Modifier and Type Method Description ListRunGroupsResponse.BuilderListRunGroupsResponse.Builder. items(RunGroupListItem... items)A list of groups.Method parameters in software.amazon.awssdk.services.omics.model with type arguments of type RunGroupListItem Modifier and Type Method Description ListRunGroupsResponse.BuilderListRunGroupsResponse.Builder. items(Collection<RunGroupListItem> items)A list of groups. -
Uses of RunGroupListItem in software.amazon.awssdk.services.omics.paginators
Methods in software.amazon.awssdk.services.omics.paginators that return types with arguments of type RunGroupListItem Modifier and Type Method Description SdkIterable<RunGroupListItem>ListRunGroupsIterable. items()Returns an iterable to iterate through the paginatedListRunGroupsResponse.items()member.SdkPublisher<RunGroupListItem>ListRunGroupsPublisher. items()Returns a publisher that can be used to get a stream of data.
-