Uses of Class
software.amazon.awssdk.services.omics.model.WorkflowExport
-
Packages that use WorkflowExport Package Description software.amazon.awssdk.services.omics.model -
-
Uses of WorkflowExport in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return WorkflowExport Modifier and Type Method Description static WorkflowExportWorkflowExport. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WorkflowExportWorkflowExport. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowExport[]WorkflowExport. 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 WorkflowExport Modifier and Type Method Description List<WorkflowExport>GetWorkflowRequest. export()The export format for the workflow.static Set<WorkflowExport>WorkflowExport. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type WorkflowExport Modifier and Type Method Description GetWorkflowRequest.BuilderGetWorkflowRequest.Builder. export(WorkflowExport... export)The export format for the workflow.Method parameters in software.amazon.awssdk.services.omics.model with type arguments of type WorkflowExport Modifier and Type Method Description GetWorkflowRequest.BuilderGetWorkflowRequest.Builder. export(Collection<WorkflowExport> export)The export format for the workflow.
-