| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
default ListJobsResponse |
GlueClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified
tag.
|
default CompletableFuture<ListJobsResponse> |
GlueAsyncClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified
tag.
|
default ListJobsIterable |
GlueClient.listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest)
Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified
tag.
|
default ListJobsPublisher |
GlueAsyncClient.listJobsPaginator(Consumer<ListJobsRequest.Builder> 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 |
|---|---|
static ListJobsRequest.Builder |
ListJobsRequest.builder() |
ListJobsRequest.Builder |
ListJobsRequest.Builder.maxResults(Integer maxResults)
The maximum size of a list to return.
|
ListJobsRequest.Builder |
ListJobsRequest.Builder.nextToken(String nextToken)
A continuation token, if this is a continuation request.
|
ListJobsRequest.Builder |
ListJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListJobsRequest.Builder |
ListJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListJobsRequest.Builder |
ListJobsRequest.Builder.tags(Map<String,String> tags)
Specifies to return only these tagged resources.
|
ListJobsRequest.Builder |
ListJobsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListJobsRequest.Builder> |
ListJobsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.