Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.RunEnvironment
-
Packages that use RunEnvironment Package Description software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of RunEnvironment in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return RunEnvironment Modifier and Type Method Description static RunEnvironmentRunEnvironment. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RunEnvironmentStepAutomationConfiguration. runEnvironment()The source or target environment.RunEnvironmentWorkflowStepAutomationConfiguration. runEnvironment()The source or target environment.static RunEnvironmentRunEnvironment. 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.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type RunEnvironment Modifier and Type Method Description static Set<RunEnvironment>RunEnvironment. knownValues()Methods in software.amazon.awssdk.services.migrationhuborchestrator.model with parameters of type RunEnvironment Modifier and Type Method Description StepAutomationConfiguration.BuilderStepAutomationConfiguration.Builder. runEnvironment(RunEnvironment runEnvironment)The source or target environment.WorkflowStepAutomationConfiguration.BuilderWorkflowStepAutomationConfiguration.Builder. runEnvironment(RunEnvironment runEnvironment)The source or target environment.
-