| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
Accelerators |
GetRunResponse.accelerators()
The computational accelerator used to run the workflow.
|
Accelerators |
CreateWorkflowRequest.accelerators()
The computational accelerator specified to run the workflow.
|
Accelerators |
GetWorkflowResponse.accelerators()
The computational accelerator specified to run the workflow.
|
static Accelerators |
Accelerators.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Accelerators |
Accelerators.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Accelerators[] |
Accelerators.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Accelerators> |
Accelerators.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetRunResponse.Builder |
GetRunResponse.Builder.accelerators(Accelerators accelerators)
The computational accelerator used to run the workflow.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.accelerators(Accelerators accelerators)
The computational accelerator specified to run the workflow.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.accelerators(Accelerators accelerators)
The computational accelerator specified to run the workflow.
|
Copyright © 2023. All rights reserved.