| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators |
| 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 ListJobsResponse |
GlueClient.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 |
|---|---|
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 CompletableFuture<ListJobsResponse> |
GlueAsyncClient.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 |
|---|---|
Iterator<ListJobsResponse> |
ListJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.