| Package | Description |
|---|---|
| com.amazonaws.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
static StepActionType |
StepActionType.fromValue(String value)
Use this in place of valueOf.
|
static StepActionType |
StepActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepActionType[] |
StepActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateStepSummary |
TemplateStepSummary.withStepActionType(StepActionType stepActionType)
The action type of the step.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withStepActionType(StepActionType stepActionType)
The action type of the step.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withStepActionType(StepActionType stepActionType)
The action type of the step.
|
GetTemplateStepResult |
GetTemplateStepResult.withStepActionType(StepActionType stepActionType)
The action type of the step.
|
CreateWorkflowStepRequest |
CreateWorkflowStepRequest.withStepActionType(StepActionType stepActionType)
The action type of the step.
|
WorkflowStepSummary |
WorkflowStepSummary.withStepActionType(StepActionType stepActionType)
The action type of the step.
|
Copyright © 2023. All rights reserved.