Uses of Class
software.amazon.awssdk.services.entityresolution.model.ListMatchingJobsResponse
-
Packages that use ListMatchingJobsResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.paginators -
-
Uses of ListMatchingJobsResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return ListMatchingJobsResponse Modifier and Type Method Description default ListMatchingJobsResponseEntityResolutionClient. listMatchingJobs(Consumer<ListMatchingJobsRequest.Builder> listMatchingJobsRequest)Lists all jobs for a given workflow.default ListMatchingJobsResponseEntityResolutionClient. listMatchingJobs(ListMatchingJobsRequest listMatchingJobsRequest)Lists all jobs for a given workflow.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type ListMatchingJobsResponse Modifier and Type Method Description default CompletableFuture<ListMatchingJobsResponse>EntityResolutionAsyncClient. listMatchingJobs(Consumer<ListMatchingJobsRequest.Builder> listMatchingJobsRequest)Lists all jobs for a given workflow.default CompletableFuture<ListMatchingJobsResponse>EntityResolutionAsyncClient. listMatchingJobs(ListMatchingJobsRequest listMatchingJobsRequest)Lists all jobs for a given workflow. -
Uses of ListMatchingJobsResponse in software.amazon.awssdk.services.entityresolution.paginators
Methods in software.amazon.awssdk.services.entityresolution.paginators that return types with arguments of type ListMatchingJobsResponse Modifier and Type Method Description Iterator<ListMatchingJobsResponse>ListMatchingJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.entityresolution.paginators with type arguments of type ListMatchingJobsResponse Modifier and Type Method Description voidListMatchingJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMatchingJobsResponse> subscriber)
-