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