| Package | Description |
|---|---|
| com.amazonaws.services.omics |
This is the AWS HealthOmics API Reference.
|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListWorkflowsResult> |
AmazonOmicsAsyncClient.listWorkflowsAsync(ListWorkflowsRequest request,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler) |
Future<ListWorkflowsResult> |
AbstractAmazonOmicsAsync.listWorkflowsAsync(ListWorkflowsRequest request,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler) |
Future<ListWorkflowsResult> |
AmazonOmicsAsync.listWorkflowsAsync(ListWorkflowsRequest listWorkflowsRequest,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler)
Retrieves a list of workflows.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsRequest |
ListWorkflowsRequest.clone() |
ListWorkflowsRequest |
ListWorkflowsRequest.withMaxResults(Integer maxResults)
The maximum number of workflows to return in one page of results.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withName(String name)
The workflows' name.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withStartingToken(String startingToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withType(String type)
The workflows' type.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withType(WorkflowType type)
The workflows' type.
|
Copyright © 2024. All rights reserved.