Uses of Class
software.amazon.awssdk.services.omics.model.Accelerators
-
Packages that use Accelerators Package Description software.amazon.awssdk.services.omics.model -
-
Uses of Accelerators in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return Accelerators Modifier and Type Method Description AcceleratorsCreateWorkflowRequest. accelerators()The computational accelerator specified to run the workflow.AcceleratorsGetRunResponse. accelerators()The computational accelerator used to run the workflow.AcceleratorsGetWorkflowResponse. accelerators()The computational accelerator specified to run the workflow.static AcceleratorsAccelerators. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AcceleratorsAccelerators. valueOf(String name)Returns the enum constant of this type with the specified name.static Accelerators[]Accelerators. 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 Accelerators Modifier and Type Method Description static Set<Accelerators>Accelerators. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type Accelerators Modifier and Type Method Description CreateWorkflowRequest.BuilderCreateWorkflowRequest.Builder. accelerators(Accelerators accelerators)The computational accelerator specified to run the workflow.GetRunResponse.BuilderGetRunResponse.Builder. accelerators(Accelerators accelerators)The computational accelerator used to run the workflow.GetWorkflowResponse.BuilderGetWorkflowResponse.Builder. accelerators(Accelerators accelerators)The computational accelerator specified to run the workflow.
-