| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model | |
| software.amazon.awssdk.services.omics.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowListItem> |
ListWorkflowsResponse.items()
The workflows' items.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsResponse.Builder |
ListWorkflowsResponse.Builder.items(WorkflowListItem... items)
The workflows' items.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsResponse.Builder |
ListWorkflowsResponse.Builder.items(Collection<WorkflowListItem> items)
The workflows' items.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<WorkflowListItem> |
ListWorkflowsPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<WorkflowListItem> |
ListWorkflowsIterable.items()
Returns an iterable to iterate through the paginated
ListWorkflowsResponse.items() member. |
Copyright © 2023. All rights reserved.