Uses of Class
software.amazon.awssdk.services.glue.model.ListJobsResponse
-
Packages that use ListJobsResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of ListJobsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return ListJobsResponse Modifier and Type Method Description default ListJobsResponseGlueClient. 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 ListJobsResponseGlueClient. listJobs(ListJobsRequest listJobsRequest)Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified tag.Methods in software.amazon.awssdk.services.glue that return types with arguments of type ListJobsResponse Modifier and Type Method 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. -
Uses of ListJobsResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type ListJobsResponse Modifier and Type Method Description Iterator<ListJobsResponse>ListJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type ListJobsResponse Modifier and Type Method Description voidListJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListJobsResponse> subscriber)
-