Uses of Class
software.amazon.awssdk.services.codecatalyst.model.WorkflowRunStatus
-
Packages that use WorkflowRunStatus Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of WorkflowRunStatus in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return WorkflowRunStatus Modifier and Type Method Description static WorkflowRunStatusWorkflowRunStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkflowRunStatusGetWorkflowRunResponse. status()The status of the workflow run.WorkflowRunStatusWorkflowRunSummary. status()The status of the workflow run.static WorkflowRunStatusWorkflowRunStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowRunStatus[]WorkflowRunStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type WorkflowRunStatus Modifier and Type Method Description static Set<WorkflowRunStatus>WorkflowRunStatus. knownValues()Methods in software.amazon.awssdk.services.codecatalyst.model with parameters of type WorkflowRunStatus Modifier and Type Method Description GetWorkflowRunResponse.BuilderGetWorkflowRunResponse.Builder. status(WorkflowRunStatus status)The status of the workflow run.WorkflowRunSummary.BuilderWorkflowRunSummary.Builder. status(WorkflowRunStatus status)The status of the workflow run.
-