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