Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
ListJobsResult |
AWSGlueClient.listJobs(ListJobsRequest request)
Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified
tag.
|
ListJobsResult |
AbstractAWSGlue.listJobs(ListJobsRequest request) |
ListJobsResult |
AWSGlue.listJobs(ListJobsRequest listJobsRequest)
Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified
tag.
|
Modifier and Type | Method and Description |
---|---|
Future<ListJobsResult> |
AWSGlueAsyncClient.listJobsAsync(ListJobsRequest request) |
Future<ListJobsResult> |
AbstractAWSGlueAsync.listJobsAsync(ListJobsRequest request) |
Future<ListJobsResult> |
AWSGlueAsync.listJobsAsync(ListJobsRequest listJobsRequest)
Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified
tag.
|
Future<ListJobsResult> |
AWSGlueAsyncClient.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AbstractAWSGlueAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AWSGlueAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified
tag.
|
Modifier and Type | Method and Description |
---|---|
Future<ListJobsResult> |
AWSGlueAsyncClient.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AbstractAWSGlueAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AWSGlueAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified
tag.
|
Modifier and Type | Method and Description |
---|---|
ListJobsResult |
ListJobsResult.clone() |
ListJobsResult |
ListJobsResult.withJobNames(Collection<String> jobNames)
The names of all jobs in the account, or the jobs with the specified tags.
|
ListJobsResult |
ListJobsResult.withJobNames(String... jobNames)
The names of all jobs in the account, or the jobs with the specified tags.
|
ListJobsResult |
ListJobsResult.withNextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
|
Copyright © 2023. All rights reserved.