| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics |
This is the Amazon Omics API Reference.
|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
default ListWorkflowsResponse |
OmicsClient.listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
Retrieves a list of workflows.
|
default CompletableFuture<ListWorkflowsResponse> |
OmicsAsyncClient.listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
Retrieves a list of workflows.
|
default ListWorkflowsIterable |
OmicsClient.listWorkflowsPaginator(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
Retrieves a list of workflows.
|
default ListWorkflowsPublisher |
OmicsAsyncClient.listWorkflowsPaginator(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
Retrieves a list of workflows.
|
| Modifier and Type | Method and Description |
|---|---|
static ListWorkflowsRequest.Builder |
ListWorkflowsRequest.builder() |
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.maxResults(Integer maxResults)
The maximum number of workflows to return in one page of results.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.name(String name)
The workflows' name.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.startingToken(String startingToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.toBuilder() |
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.type(String type)
The workflows' type.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.type(WorkflowType type)
The workflows' type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListWorkflowsRequest.Builder> |
ListWorkflowsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.