| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics |
This is the Amazon Omics API Reference.
|
| software.amazon.awssdk.services.omics.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListWorkflowsResponse |
OmicsClient.listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
Retrieves a list of workflows.
|
default ListWorkflowsResponse |
OmicsClient.listWorkflows(ListWorkflowsRequest listWorkflowsRequest)
Retrieves a list of workflows.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListWorkflowsResponse> |
OmicsAsyncClient.listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
Retrieves a list of workflows.
|
default CompletableFuture<ListWorkflowsResponse> |
OmicsAsyncClient.listWorkflows(ListWorkflowsRequest listWorkflowsRequest)
Retrieves a list of workflows.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListWorkflowsResponse> |
ListWorkflowsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkflowsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListWorkflowsResponse> subscriber) |
Copyright © 2023. All rights reserved.