Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.Owner
-
Packages that use Owner Package Description software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of Owner in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return Owner Modifier and Type Method Description static OwnerOwner. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OwnerGetWorkflowStepGroupResponse. owner()The owner of the step group.OwnerGetWorkflowStepResponse. owner()The owner of the step.OwnerTemplateStepSummary. owner()The owner of the step.OwnerWorkflowStepGroupSummary. owner()The owner of the step group.OwnerWorkflowStepSummary. owner()The owner of the step.static OwnerOwner. 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.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type Owner Modifier and Type Method Description static Set<Owner>Owner. knownValues()Methods in software.amazon.awssdk.services.migrationhuborchestrator.model with parameters of type Owner Modifier and Type Method Description GetWorkflowStepGroupResponse.BuilderGetWorkflowStepGroupResponse.Builder. owner(Owner owner)The owner of the step group.GetWorkflowStepResponse.BuilderGetWorkflowStepResponse.Builder. owner(Owner owner)The owner of the step.TemplateStepSummary.BuilderTemplateStepSummary.Builder. owner(Owner owner)The owner of the step.WorkflowStepGroupSummary.BuilderWorkflowStepGroupSummary.Builder. owner(Owner owner)The owner of the step group.WorkflowStepSummary.BuilderWorkflowStepSummary.Builder. owner(Owner owner)The owner of the step.
-