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