| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowType |
WorkflowType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
WorkflowType |
WorkflowListItem.type()
The workflow's type.
|
WorkflowType |
ListWorkflowsRequest.type()
The workflows' type.
|
WorkflowType |
GetWorkflowRequest.type()
The workflow's type.
|
WorkflowType |
GetWorkflowResponse.type()
The workflow's type.
|
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.
|
WorkflowType |
GetRunResponse.workflowType()
The run's workflow type.
|
WorkflowType |
StartRunRequest.workflowType()
The run's workflows type.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<WorkflowType> |
WorkflowType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowListItem.Builder |
WorkflowListItem.Builder.type(WorkflowType type)
The workflow's type.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.type(WorkflowType type)
The workflows' type.
|
GetWorkflowRequest.Builder |
GetWorkflowRequest.Builder.type(WorkflowType type)
The workflow's type.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.type(WorkflowType type)
The workflow's type.
|
GetRunResponse.Builder |
GetRunResponse.Builder.workflowType(WorkflowType workflowType)
The run's workflow type.
|
StartRunRequest.Builder |
StartRunRequest.Builder.workflowType(WorkflowType workflowType)
The run's workflows type.
|
Copyright © 2023. All rights reserved.