Uses of Class
software.amazon.awssdk.services.glue.model.ListJobsRequest
-
Packages that use ListJobsRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators software.amazon.awssdk.services.glue.transform -
-
Uses of ListJobsRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type ListJobsRequest Modifier and Type Method 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 ListJobsResponseGlueClient. listJobs(ListJobsRequest listJobsRequest)Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified tag.default ListJobsPublisherGlueAsyncClient. listJobsPaginator(ListJobsRequest listJobsRequest)This is a variant ofGlueAsyncClient.listJobs(software.amazon.awssdk.services.glue.model.ListJobsRequest)operation.default ListJobsIterableGlueClient. listJobsPaginator(ListJobsRequest listJobsRequest)This is a variant ofGlueClient.listJobs(software.amazon.awssdk.services.glue.model.ListJobsRequest)operation. -
Uses of ListJobsRequest in software.amazon.awssdk.services.glue.paginators
Constructors in software.amazon.awssdk.services.glue.paginators with parameters of type ListJobsRequest Constructor Description ListJobsIterable(GlueClient client, ListJobsRequest firstRequest)ListJobsPublisher(GlueAsyncClient client, ListJobsRequest firstRequest) -
Uses of ListJobsRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type ListJobsRequest Modifier and Type Method Description SdkHttpFullRequestListJobsRequestMarshaller. marshall(ListJobsRequest listJobsRequest)
-