| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
static Owner |
Owner.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Owner |
GetWorkflowStepResponse.owner()
The owner of the step.
|
Owner |
WorkflowStepSummary.owner()
The owner of the step.
|
Owner |
TemplateStepSummary.owner()
The owner of the step.
|
Owner |
WorkflowStepGroupSummary.owner()
The owner of the step group.
|
Owner |
GetWorkflowStepGroupResponse.owner()
The owner of the step group.
|
static Owner |
Owner.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Owner[] |
Owner.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<Owner> |
Owner.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.owner(Owner owner)
The owner of the step.
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.owner(Owner owner)
The owner of the step.
|
TemplateStepSummary.Builder |
TemplateStepSummary.Builder.owner(Owner owner)
The owner of the step.
|
WorkflowStepGroupSummary.Builder |
WorkflowStepGroupSummary.Builder.owner(Owner owner)
The owner of the step group.
|
GetWorkflowStepGroupResponse.Builder |
GetWorkflowStepGroupResponse.Builder.owner(Owner owner)
The owner of the step group.
|
Copyright © 2023. All rights reserved.