Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
ListJobsResult |
AbstractAWSGlue.listJobs(ListJobsRequest request) |
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 |
AWSGlue.listJobs(ListJobsRequest listJobsRequest)
Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified
tag.
|
Future<ListJobsResult> |
AbstractAWSGlueAsync.listJobsAsync(ListJobsRequest request) |
Future<ListJobsResult> |
AWSGlueAsyncClient.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> |
AbstractAWSGlueAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AWSGlueAsyncClient.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> |
AbstractAWSGlueAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AWSGlueAsyncClient.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 |
---|---|
ListJobsRequest |
ListJobsRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListJobsRequest |
ListJobsRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
ListJobsRequest |
ListJobsRequest.clone() |
ListJobsRequest |
ListJobsRequest.withMaxResults(Integer maxResults)
The maximum size of a list to return.
|
ListJobsRequest |
ListJobsRequest.withNextToken(String nextToken)
A continuation token, if this is a continuation request.
|
ListJobsRequest |
ListJobsRequest.withTags(Map<String,String> tags)
Specifies to return only these tagged resources.
|
Copyright © 2024. All rights reserved.