Uses of Class
software.amazon.awssdk.services.codecatalyst.model.GetWorkflowRunResponse
-
Packages that use GetWorkflowRunResponse Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference. -
-
Uses of GetWorkflowRunResponse in software.amazon.awssdk.services.codecatalyst
Methods in software.amazon.awssdk.services.codecatalyst that return GetWorkflowRunResponse Modifier and Type Method Description default GetWorkflowRunResponseCodeCatalystClient. getWorkflowRun(Consumer<GetWorkflowRunRequest.Builder> getWorkflowRunRequest)Returns information about a specified run of a workflow.default GetWorkflowRunResponseCodeCatalystClient. getWorkflowRun(GetWorkflowRunRequest getWorkflowRunRequest)Returns information about a specified run of a workflow.Methods in software.amazon.awssdk.services.codecatalyst that return types with arguments of type GetWorkflowRunResponse Modifier and Type Method Description default CompletableFuture<GetWorkflowRunResponse>CodeCatalystAsyncClient. getWorkflowRun(Consumer<GetWorkflowRunRequest.Builder> getWorkflowRunRequest)Returns information about a specified run of a workflow.default CompletableFuture<GetWorkflowRunResponse>CodeCatalystAsyncClient. getWorkflowRun(GetWorkflowRunRequest getWorkflowRunRequest)Returns information about a specified run of a workflow.
-