Uses of Class
software.amazon.awssdk.services.omics.model.RunStatus
-
Packages that use RunStatus Package Description software.amazon.awssdk.services.omics.model -
-
Uses of RunStatus in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return RunStatus Modifier and Type Method Description static RunStatusRunStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RunStatusGetRunResponse. status()The run's status.RunStatusListRunsRequest. status()The status of a run.RunStatusRunListItem. status()The run's status.RunStatusStartRunResponse. status()The run's status.static RunStatusRunStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RunStatus[]RunStatus. 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 RunStatus Modifier and Type Method Description static Set<RunStatus>RunStatus. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type RunStatus Modifier and Type Method Description GetRunResponse.BuilderGetRunResponse.Builder. status(RunStatus status)The run's status.ListRunsRequest.BuilderListRunsRequest.Builder. status(RunStatus status)The status of a run.RunListItem.BuilderRunListItem.Builder. status(RunStatus status)The run's status.StartRunResponse.BuilderStartRunResponse.Builder. status(RunStatus status)The run's status.
-