| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model | |
| software.amazon.awssdk.services.omics.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<RunListItem> |
ListRunsResponse.items()
A list of runs.
|
| Modifier and Type | Method and Description |
|---|---|
ListRunsResponse.Builder |
ListRunsResponse.Builder.items(RunListItem... items)
A list of runs.
|
| Modifier and Type | Method and Description |
|---|---|
ListRunsResponse.Builder |
ListRunsResponse.Builder.items(Collection<RunListItem> items)
A list of runs.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<RunListItem> |
ListRunsPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<RunListItem> |
ListRunsIterable.items()
Returns an iterable to iterate through the paginated
ListRunsResponse.items() member. |
Copyright © 2023. All rights reserved.