Uses of Class
software.amazon.awssdk.services.omics.model.WorkflowType
-
Packages that use WorkflowType Package Description software.amazon.awssdk.services.omics.model -
-
Uses of WorkflowType in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return WorkflowType Modifier and Type Method Description static WorkflowTypeWorkflowType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkflowTypeGetWorkflowRequest. type()The workflow's type.WorkflowTypeGetWorkflowResponse. type()The workflow's type.WorkflowTypeListWorkflowsRequest. type()The workflows' type.WorkflowTypeWorkflowListItem. type()The workflow's type.static WorkflowTypeWorkflowType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowType[]WorkflowType. values()Returns an array containing the constants of this enum type, in the order they are declared.WorkflowTypeGetRunResponse. workflowType()The run's workflow type.WorkflowTypeStartRunRequest. workflowType()The run's workflow type.Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type WorkflowType Modifier and Type Method Description static Set<WorkflowType>WorkflowType. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type WorkflowType Modifier and Type Method Description GetWorkflowRequest.BuilderGetWorkflowRequest.Builder. type(WorkflowType type)The workflow's type.GetWorkflowResponse.BuilderGetWorkflowResponse.Builder. type(WorkflowType type)The workflow's type.ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. type(WorkflowType type)The workflows' type.WorkflowListItem.BuilderWorkflowListItem.Builder. type(WorkflowType type)The workflow's type.GetRunResponse.BuilderGetRunResponse.Builder. workflowType(WorkflowType workflowType)The run's workflow type.StartRunRequest.BuilderStartRunRequest.Builder. workflowType(WorkflowType workflowType)The run's workflow type.
-