Uses of Class
software.amazon.awssdk.services.glue.model.GetWorkflowRunResponse
-
Packages that use GetWorkflowRunResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetWorkflowRunResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetWorkflowRunResponse Modifier and Type Method Description default GetWorkflowRunResponseGlueClient. getWorkflowRun(Consumer<GetWorkflowRunRequest.Builder> getWorkflowRunRequest)Retrieves the metadata for a given workflow run.default GetWorkflowRunResponseGlueClient. getWorkflowRun(GetWorkflowRunRequest getWorkflowRunRequest)Retrieves the metadata for a given workflow run.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetWorkflowRunResponse Modifier and Type Method Description default CompletableFuture<GetWorkflowRunResponse>GlueAsyncClient. getWorkflowRun(Consumer<GetWorkflowRunRequest.Builder> getWorkflowRunRequest)Retrieves the metadata for a given workflow run.default CompletableFuture<GetWorkflowRunResponse>GlueAsyncClient. getWorkflowRun(GetWorkflowRunRequest getWorkflowRunRequest)Retrieves the metadata for a given workflow run.
-