Uses of Class
software.amazon.awssdk.services.omics.model.WorkflowEngine
-
Packages that use WorkflowEngine Package Description software.amazon.awssdk.services.omics.model -
-
Uses of WorkflowEngine in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return WorkflowEngine Modifier and Type Method Description WorkflowEngineCreateWorkflowRequest. engine()An engine for the workflow.WorkflowEngineGetWorkflowResponse. engine()The workflow's engine.static WorkflowEngineWorkflowEngine. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WorkflowEngineWorkflowEngine. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowEngine[]WorkflowEngine. 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 WorkflowEngine Modifier and Type Method Description static Set<WorkflowEngine>WorkflowEngine. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type WorkflowEngine Modifier and Type Method Description CreateWorkflowRequest.BuilderCreateWorkflowRequest.Builder. engine(WorkflowEngine engine)An engine for the workflow.GetWorkflowResponse.BuilderGetWorkflowResponse.Builder. engine(WorkflowEngine engine)The workflow's engine.
-