Uses of Class
software.amazon.awssdk.services.glue.model.BatchGetJobsRequest
-
Packages that use BatchGetJobsRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of BatchGetJobsRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type BatchGetJobsRequest Modifier and Type Method Description default CompletableFuture<BatchGetJobsResponse>GlueAsyncClient. batchGetJobs(BatchGetJobsRequest 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. -
Uses of BatchGetJobsRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type BatchGetJobsRequest Modifier and Type Method Description SdkHttpFullRequestBatchGetJobsRequestMarshaller. marshall(BatchGetJobsRequest batchGetJobsRequest)
-