Uses of Class
software.amazon.awssdk.services.codecatalyst.model.WorkflowRunStatusReason
-
Packages that use WorkflowRunStatusReason Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of WorkflowRunStatusReason in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type WorkflowRunStatusReason Modifier and Type Method Description List<WorkflowRunStatusReason>GetWorkflowRunResponse. statusReasons()Information about the reasons for the status of the workflow run.List<WorkflowRunStatusReason>WorkflowRunSummary. statusReasons()The reasons for the workflow run status.Methods in software.amazon.awssdk.services.codecatalyst.model with parameters of type WorkflowRunStatusReason Modifier and Type Method Description GetWorkflowRunResponse.BuilderGetWorkflowRunResponse.Builder. statusReasons(WorkflowRunStatusReason... statusReasons)Information about the reasons for the status of the workflow run.WorkflowRunSummary.BuilderWorkflowRunSummary.Builder. statusReasons(WorkflowRunStatusReason... statusReasons)The reasons for the workflow run status.Method parameters in software.amazon.awssdk.services.codecatalyst.model with type arguments of type WorkflowRunStatusReason Modifier and Type Method Description GetWorkflowRunResponse.BuilderGetWorkflowRunResponse.Builder. statusReasons(Collection<WorkflowRunStatusReason> statusReasons)Information about the reasons for the status of the workflow run.WorkflowRunSummary.BuilderWorkflowRunSummary.Builder. statusReasons(Collection<WorkflowRunStatusReason> statusReasons)The reasons for the workflow run status.
-