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