| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
static RunEnvironment |
RunEnvironment.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RunEnvironment |
WorkflowStepAutomationConfiguration.runEnvironment()
The source or target environment.
|
RunEnvironment |
StepAutomationConfiguration.runEnvironment()
The source or target environment.
|
static RunEnvironment |
RunEnvironment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunEnvironment[] |
RunEnvironment.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<RunEnvironment> |
RunEnvironment.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowStepAutomationConfiguration.Builder |
WorkflowStepAutomationConfiguration.Builder.runEnvironment(RunEnvironment runEnvironment)
The source or target environment.
|
StepAutomationConfiguration.Builder |
StepAutomationConfiguration.Builder.runEnvironment(RunEnvironment runEnvironment)
The source or target environment.
|
Copyright © 2023. All rights reserved.