Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
BatchGetJobsResult |
AbstractAWSGlue.batchGetJobs(BatchGetJobsRequest request) |
BatchGetJobsResult |
AWSGlueClient.batchGetJobs(BatchGetJobsRequest request)
Returns a list of resource metadata for a given list of job names.
|
BatchGetJobsResult |
AWSGlue.batchGetJobs(BatchGetJobsRequest batchGetJobsRequest)
Returns a list of resource metadata for a given list of job names.
|
Modifier and Type | Method and Description |
---|---|
Future<BatchGetJobsResult> |
AbstractAWSGlueAsync.batchGetJobsAsync(BatchGetJobsRequest request,
AsyncHandler<BatchGetJobsRequest,BatchGetJobsResult> asyncHandler) |
Future<BatchGetJobsResult> |
AWSGlueAsyncClient.batchGetJobsAsync(BatchGetJobsRequest request,
AsyncHandler<BatchGetJobsRequest,BatchGetJobsResult> asyncHandler) |
Future<BatchGetJobsResult> |
AWSGlueAsync.batchGetJobsAsync(BatchGetJobsRequest batchGetJobsRequest,
AsyncHandler<BatchGetJobsRequest,BatchGetJobsResult> asyncHandler)
Returns a list of resource metadata for a given list of job names.
|
Modifier and Type | Method and Description |
---|---|
BatchGetJobsResult |
BatchGetJobsResult.clone() |
BatchGetJobsResult |
BatchGetJobsResult.withJobs(Collection<Job> jobs)
A list of job definitions.
|
BatchGetJobsResult |
BatchGetJobsResult.withJobs(Job... jobs)
A list of job definitions.
|
BatchGetJobsResult |
BatchGetJobsResult.withJobsNotFound(Collection<String> jobsNotFound)
A list of names of jobs not found.
|
BatchGetJobsResult |
BatchGetJobsResult.withJobsNotFound(String... jobsNotFound)
A list of names of jobs not found.
|
Copyright © 2023. All rights reserved.