| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowType |
WorkflowType.fromValue(String value)
Use this in place of valueOf.
|
static WorkflowType |
WorkflowType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowType[] |
WorkflowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsRequest |
ListWorkflowsRequest.withType(WorkflowType type)
Filter the list by workflow type.
|
WorkflowListItem |
WorkflowListItem.withType(WorkflowType type)
The workflow's type.
|
GetWorkflowRequest |
GetWorkflowRequest.withType(WorkflowType type)
The workflow's type.
|
GetWorkflowResult |
GetWorkflowResult.withType(WorkflowType type)
The workflow's type.
|
StartRunRequest |
StartRunRequest.withWorkflowType(WorkflowType workflowType)
The run's workflow type.
|
GetRunResult |
GetRunResult.withWorkflowType(WorkflowType workflowType)
The run's workflow type.
|
Copyright © 2024. All rights reserved.