| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowStepOutputUnion |
WorkflowStepOutputUnion.fromIntegerValue(Integer integerValue)
Create an instance of this class with
integerValue() initialized to the given value. |
static WorkflowStepOutputUnion |
WorkflowStepOutputUnion.fromListOfStringValue(List<String> listOfStringValue)
Create an instance of this class with
listOfStringValue() initialized to the given value. |
static WorkflowStepOutputUnion |
WorkflowStepOutputUnion.fromStringValue(String stringValue)
Create an instance of this class with
stringValue() initialized to the given value. |
WorkflowStepOutputUnion |
WorkflowStepOutput.value()
The value of the output.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowStepOutput.Builder |
WorkflowStepOutput.Builder.value(WorkflowStepOutputUnion value)
The value of the output.
|
Copyright © 2023. All rights reserved.