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