Uses of Class
software.amazon.awssdk.services.glue.model.GetJobsResponse
-
Packages that use GetJobsResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of GetJobsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetJobsResponse Modifier and Type Method Description default GetJobsResponseGlueClient. getJobs(Consumer<GetJobsRequest.Builder> getJobsRequest)Retrieves all current job definitions.default GetJobsResponseGlueClient. getJobs(GetJobsRequest getJobsRequest)Retrieves all current job definitions.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetJobsResponse Modifier and Type Method Description default CompletableFuture<GetJobsResponse>GlueAsyncClient. getJobs(Consumer<GetJobsRequest.Builder> getJobsRequest)Retrieves all current job definitions.default CompletableFuture<GetJobsResponse>GlueAsyncClient. getJobs(GetJobsRequest getJobsRequest)Retrieves all current job definitions. -
Uses of GetJobsResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type GetJobsResponse Modifier and Type Method Description Iterator<GetJobsResponse>GetJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type GetJobsResponse Modifier and Type Method Description voidGetJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetJobsResponse> subscriber)
-