Uses of Class
software.amazon.awssdk.services.glue.model.BatchGetJobsResponse
-
Packages that use BatchGetJobsResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of BatchGetJobsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return BatchGetJobsResponse Modifier and Type Method Description default BatchGetJobsResponseGlueClient. batchGetJobs(Consumer<BatchGetJobsRequest.Builder> batchGetJobsRequest)Returns a list of resource metadata for a given list of job names.default BatchGetJobsResponseGlueClient. batchGetJobs(BatchGetJobsRequest batchGetJobsRequest)Returns a list of resource metadata for a given list of job names.Methods in software.amazon.awssdk.services.glue that return types with arguments of type BatchGetJobsResponse Modifier and Type Method Description default CompletableFuture<BatchGetJobsResponse>GlueAsyncClient. batchGetJobs(Consumer<BatchGetJobsRequest.Builder> batchGetJobsRequest)Returns a list of resource metadata for a given list of job names.default CompletableFuture<BatchGetJobsResponse>GlueAsyncClient. batchGetJobs(BatchGetJobsRequest batchGetJobsRequest)Returns a list of resource metadata for a given list of job names.
-