Uses of Class
software.amazon.awssdk.services.glue.model.GetWorkflowRunsResponse
-
Packages that use GetWorkflowRunsResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of GetWorkflowRunsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetWorkflowRunsResponse Modifier and Type Method Description default GetWorkflowRunsResponseGlueClient. getWorkflowRuns(Consumer<GetWorkflowRunsRequest.Builder> getWorkflowRunsRequest)Retrieves metadata for all runs of a given workflow.default GetWorkflowRunsResponseGlueClient. getWorkflowRuns(GetWorkflowRunsRequest getWorkflowRunsRequest)Retrieves metadata for all runs of a given workflow.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetWorkflowRunsResponse Modifier and Type Method Description default CompletableFuture<GetWorkflowRunsResponse>GlueAsyncClient. getWorkflowRuns(Consumer<GetWorkflowRunsRequest.Builder> getWorkflowRunsRequest)Retrieves metadata for all runs of a given workflow.default CompletableFuture<GetWorkflowRunsResponse>GlueAsyncClient. getWorkflowRuns(GetWorkflowRunsRequest getWorkflowRunsRequest)Retrieves metadata for all runs of a given workflow. -
Uses of GetWorkflowRunsResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type GetWorkflowRunsResponse Modifier and Type Method Description Iterator<GetWorkflowRunsResponse>GetWorkflowRunsIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type GetWorkflowRunsResponse Modifier and Type Method Description voidGetWorkflowRunsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetWorkflowRunsResponse> subscriber)
-