Uses of Class
software.amazon.awssdk.services.glue.model.ListWorkflowsResponse
-
Packages that use ListWorkflowsResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of ListWorkflowsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return ListWorkflowsResponse Modifier and Type Method Description default ListWorkflowsResponseGlueClient. listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)Lists names of workflows created in the account.default ListWorkflowsResponseGlueClient. listWorkflows(ListWorkflowsRequest listWorkflowsRequest)Lists names of workflows created in the account.Methods in software.amazon.awssdk.services.glue that return types with arguments of type ListWorkflowsResponse Modifier and Type Method Description default CompletableFuture<ListWorkflowsResponse>GlueAsyncClient. listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)Lists names of workflows created in the account.default CompletableFuture<ListWorkflowsResponse>GlueAsyncClient. listWorkflows(ListWorkflowsRequest listWorkflowsRequest)Lists names of workflows created in the account. -
Uses of ListWorkflowsResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type ListWorkflowsResponse Modifier and Type Method Description Iterator<ListWorkflowsResponse>ListWorkflowsIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type ListWorkflowsResponse Modifier and Type Method Description voidListWorkflowsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListWorkflowsResponse> subscriber)
-