Uses of Class
software.amazon.awssdk.services.glue.model.ListWorkflowsRequest
-
Packages that use ListWorkflowsRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators software.amazon.awssdk.services.glue.transform -
-
Uses of ListWorkflowsRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type ListWorkflowsRequest Modifier and Type Method Description default CompletableFuture<ListWorkflowsResponse>GlueAsyncClient. listWorkflows(ListWorkflowsRequest listWorkflowsRequest)Lists names of workflows created in the account.default ListWorkflowsResponseGlueClient. listWorkflows(ListWorkflowsRequest listWorkflowsRequest)Lists names of workflows created in the account.default ListWorkflowsPublisherGlueAsyncClient. listWorkflowsPaginator(ListWorkflowsRequest listWorkflowsRequest)This is a variant ofGlueAsyncClient.listWorkflows(software.amazon.awssdk.services.glue.model.ListWorkflowsRequest)operation.default ListWorkflowsIterableGlueClient. listWorkflowsPaginator(ListWorkflowsRequest listWorkflowsRequest)This is a variant ofGlueClient.listWorkflows(software.amazon.awssdk.services.glue.model.ListWorkflowsRequest)operation. -
Uses of ListWorkflowsRequest in software.amazon.awssdk.services.glue.paginators
Constructors in software.amazon.awssdk.services.glue.paginators with parameters of type ListWorkflowsRequest Constructor Description ListWorkflowsIterable(GlueClient client, ListWorkflowsRequest firstRequest)ListWorkflowsPublisher(GlueAsyncClient client, ListWorkflowsRequest firstRequest) -
Uses of ListWorkflowsRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type ListWorkflowsRequest Modifier and Type Method Description SdkHttpFullRequestListWorkflowsRequestMarshaller. marshall(ListWorkflowsRequest listWorkflowsRequest)
-