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