Uses of Class
software.amazon.awssdk.services.glue.model.BatchGetWorkflowsResponse
-
Packages that use BatchGetWorkflowsResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of BatchGetWorkflowsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return BatchGetWorkflowsResponse Modifier and Type Method Description default BatchGetWorkflowsResponseGlueClient. batchGetWorkflows(Consumer<BatchGetWorkflowsRequest.Builder> batchGetWorkflowsRequest)Returns a list of resource metadata for a given list of workflow names.default BatchGetWorkflowsResponseGlueClient. batchGetWorkflows(BatchGetWorkflowsRequest batchGetWorkflowsRequest)Returns a list of resource metadata for a given list of workflow names.Methods in software.amazon.awssdk.services.glue that return types with arguments of type BatchGetWorkflowsResponse Modifier and Type Method Description default CompletableFuture<BatchGetWorkflowsResponse>GlueAsyncClient. batchGetWorkflows(Consumer<BatchGetWorkflowsRequest.Builder> batchGetWorkflowsRequest)Returns a list of resource metadata for a given list of workflow names.default CompletableFuture<BatchGetWorkflowsResponse>GlueAsyncClient. batchGetWorkflows(BatchGetWorkflowsRequest batchGetWorkflowsRequest)Returns a list of resource metadata for a given list of workflow names.
-