| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
static StepActionType |
StepActionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StepActionType |
GetTemplateStepResponse.stepActionType()
The action type of the step.
|
StepActionType |
GetWorkflowStepResponse.stepActionType()
The action type of the step.
|
StepActionType |
UpdateWorkflowStepRequest.stepActionType()
The action type of the step.
|
StepActionType |
WorkflowStepSummary.stepActionType()
The action type of the step.
|
StepActionType |
TemplateStepSummary.stepActionType()
The action type of the step.
|
StepActionType |
CreateWorkflowStepRequest.stepActionType()
The action type of the step.
|
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 |
|---|---|
static Set<StepActionType> |
StepActionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetTemplateStepResponse.Builder |
GetTemplateStepResponse.Builder.stepActionType(StepActionType stepActionType)
The action type of the step.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.stepActionType(StepActionType stepActionType)
The action type of the step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.stepActionType(StepActionType stepActionType)
The action type of the step.
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.stepActionType(StepActionType stepActionType)
The action type of the step.
|
TemplateStepSummary.Builder |
TemplateStepSummary.Builder.stepActionType(StepActionType stepActionType)
The action type of the step.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.stepActionType(StepActionType stepActionType)
The action type of the step.
|
Copyright © 2023. All rights reserved.