| Package | Description |
|---|---|
| com.amazonaws.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
StepInput |
StepInput.addMapOfStringValueEntry(String key,
String value)
Add a single MapOfStringValue entry
|
StepInput |
StepInput.clearMapOfStringValueEntries()
Removes all the entries added into MapOfStringValue.
|
StepInput |
StepInput.clone() |
StepInput |
StepInput.withIntegerValue(Integer integerValue)
The value of the integer.
|
StepInput |
StepInput.withListOfStringsValue(Collection<String> listOfStringsValue)
List of string values.
|
StepInput |
StepInput.withListOfStringsValue(String... listOfStringsValue)
List of string values.
|
StepInput |
StepInput.withMapOfStringValue(Map<String,String> mapOfStringValue)
Map of string values.
|
StepInput |
StepInput.withStringValue(String stringValue)
String value.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,StepInput> |
CreateWorkflowRequest.getInputParameters()
The input parameters required to create a migration workflow.
|
Map<String,StepInput> |
UpdateWorkflowRequest.getInputParameters()
The input parameters required to update a migration workflow.
|
Map<String,StepInput> |
GetWorkflowResult.getWorkflowInputs()
The inputs required for creating the migration workflow.
|
Map<String,StepInput> |
CreateWorkflowResult.getWorkflowInputs()
The inputs for creating a migration workflow.
|
Map<String,StepInput> |
UpdateWorkflowResult.getWorkflowInputs()
The inputs required to update a migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowRequest |
CreateWorkflowRequest.addInputParametersEntry(String key,
StepInput value)
Add a single InputParameters entry
|
UpdateWorkflowRequest |
UpdateWorkflowRequest.addInputParametersEntry(String key,
StepInput value)
Add a single InputParameters entry
|
GetWorkflowResult |
GetWorkflowResult.addWorkflowInputsEntry(String key,
StepInput value)
Add a single WorkflowInputs entry
|
CreateWorkflowResult |
CreateWorkflowResult.addWorkflowInputsEntry(String key,
StepInput value)
Add a single WorkflowInputs entry
|
UpdateWorkflowResult |
UpdateWorkflowResult.addWorkflowInputsEntry(String key,
StepInput value)
Add a single WorkflowInputs entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateWorkflowRequest.setInputParameters(Map<String,StepInput> inputParameters)
The input parameters required to create a migration workflow.
|
void |
UpdateWorkflowRequest.setInputParameters(Map<String,StepInput> inputParameters)
The input parameters required to update a migration workflow.
|
void |
GetWorkflowResult.setWorkflowInputs(Map<String,StepInput> workflowInputs)
The inputs required for creating the migration workflow.
|
void |
CreateWorkflowResult.setWorkflowInputs(Map<String,StepInput> workflowInputs)
The inputs for creating a migration workflow.
|
void |
UpdateWorkflowResult.setWorkflowInputs(Map<String,StepInput> workflowInputs)
The inputs required to update a migration workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withInputParameters(Map<String,StepInput> inputParameters)
The input parameters required to create a migration workflow.
|
UpdateWorkflowRequest |
UpdateWorkflowRequest.withInputParameters(Map<String,StepInput> inputParameters)
The input parameters required to update a migration workflow.
|
GetWorkflowResult |
GetWorkflowResult.withWorkflowInputs(Map<String,StepInput> workflowInputs)
The inputs required for creating the migration workflow.
|
CreateWorkflowResult |
CreateWorkflowResult.withWorkflowInputs(Map<String,StepInput> workflowInputs)
The inputs for creating a migration workflow.
|
UpdateWorkflowResult |
UpdateWorkflowResult.withWorkflowInputs(Map<String,StepInput> workflowInputs)
The inputs required to update a migration workflow.
|
Copyright © 2023. All rights reserved.