| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators | |
| software.amazon.awssdk.services.glue.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
default ListJobsPublisher |
GlueAsyncClient.listJobsPaginator(ListJobsRequest 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(ListJobsRequest listJobsRequest)
Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified
tag.
|
| Constructor and Description |
|---|
ListJobsIterable(GlueClient client,
ListJobsRequest firstRequest) |
ListJobsPublisher(GlueAsyncClient client,
ListJobsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListJobsRequestMarshaller.marshall(ListJobsRequest listJobsRequest) |
Copyright © 2023. All rights reserved.