Uses of Class
software.amazon.awssdk.services.omics.model.WorkflowStatus
-
Packages that use WorkflowStatus Package Description software.amazon.awssdk.services.omics.model -
-
Uses of WorkflowStatus in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return WorkflowStatus Modifier and Type Method Description static WorkflowStatusWorkflowStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkflowStatusCreateWorkflowResponse. status()The workflow's status.WorkflowStatusGetWorkflowResponse. status()The workflow's status.WorkflowStatusWorkflowListItem. status()The workflow's status.static WorkflowStatusWorkflowStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowStatus[]WorkflowStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type WorkflowStatus Modifier and Type Method Description static Set<WorkflowStatus>WorkflowStatus. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type WorkflowStatus Modifier and Type Method Description CreateWorkflowResponse.BuilderCreateWorkflowResponse.Builder. status(WorkflowStatus status)The workflow's status.GetWorkflowResponse.BuilderGetWorkflowResponse.Builder. status(WorkflowStatus status)The workflow's status.WorkflowListItem.BuilderWorkflowListItem.Builder. status(WorkflowStatus status)The workflow's status.
-