| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
static StepInput |
StepInput.fromIntegerValue(Integer integerValue)
Create an instance of this class with
integerValue() initialized to the given value. |
static StepInput |
StepInput.fromListOfStringsValue(List<String> listOfStringsValue)
Create an instance of this class with
listOfStringsValue() initialized to the given value. |
static StepInput |
StepInput.fromMapOfStringValue(Map<String,String> mapOfStringValue)
Create an instance of this class with
mapOfStringValue() initialized to the given value. |
static StepInput |
StepInput.fromStringValue(String stringValue)
Create an instance of this class with
stringValue() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,StepInput> |
UpdateWorkflowRequest.inputParameters()
The input parameters required to update a migration workflow.
|
Map<String,StepInput> |
CreateWorkflowRequest.inputParameters()
The input parameters required to create a migration workflow.
|
Map<String,StepInput> |
UpdateWorkflowResponse.workflowInputs()
The inputs required to update a migration workflow.
|
Map<String,StepInput> |
GetWorkflowResponse.workflowInputs()
The inputs required for creating the migration workflow.
|
Map<String,StepInput> |
CreateWorkflowResponse.workflowInputs()
The inputs for creating a migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkflowRequest.Builder |
UpdateWorkflowRequest.Builder.inputParameters(Map<String,StepInput> inputParameters)
The input parameters required to update a migration workflow.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.inputParameters(Map<String,StepInput> inputParameters)
The input parameters required to create a migration workflow.
|
UpdateWorkflowResponse.Builder |
UpdateWorkflowResponse.Builder.workflowInputs(Map<String,StepInput> workflowInputs)
The inputs required to update a migration workflow.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.workflowInputs(Map<String,StepInput> workflowInputs)
The inputs required for creating the migration workflow.
|
CreateWorkflowResponse.Builder |
CreateWorkflowResponse.Builder.workflowInputs(Map<String,StepInput> workflowInputs)
The inputs for creating a migration workflow.
|
Copyright © 2023. All rights reserved.