| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetJobsResult> |
AWSGlueAsync.batchGetJobsAsync(BatchGetJobsRequest batchGetJobsRequest,
AsyncHandler<BatchGetJobsRequest,BatchGetJobsResult> asyncHandler)
Returns a list of resource metadata for a given list of job names.
|
Future<BatchGetJobsResult> |
AWSGlueAsyncClient.batchGetJobsAsync(BatchGetJobsRequest request,
AsyncHandler<BatchGetJobsRequest,BatchGetJobsResult> asyncHandler) |
Future<BatchGetJobsResult> |
AbstractAWSGlueAsync.batchGetJobsAsync(BatchGetJobsRequest request,
AsyncHandler<BatchGetJobsRequest,BatchGetJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchGetJobsRequest |
BatchGetJobsRequest.clone() |
BatchGetJobsRequest |
BatchGetJobsRequest.withJobNames(Collection<String> jobNames)
A list of job names, which might be the names returned from the
ListJobs operation. |
BatchGetJobsRequest |
BatchGetJobsRequest.withJobNames(String... jobNames)
A list of job names, which might be the names returned from the
ListJobs operation. |
Copyright © 2021. All rights reserved.