Uses of Class
software.amazon.awssdk.services.entityresolution.model.ListIdMappingJobsResponse
-
Packages that use ListIdMappingJobsResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.paginators -
-
Uses of ListIdMappingJobsResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return ListIdMappingJobsResponse Modifier and Type Method Description default ListIdMappingJobsResponseEntityResolutionClient. listIdMappingJobs(Consumer<ListIdMappingJobsRequest.Builder> listIdMappingJobsRequest)Lists all ID mapping jobs for a given workflow.default ListIdMappingJobsResponseEntityResolutionClient. listIdMappingJobs(ListIdMappingJobsRequest listIdMappingJobsRequest)Lists all ID mapping jobs for a given workflow.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type ListIdMappingJobsResponse Modifier and Type Method Description default CompletableFuture<ListIdMappingJobsResponse>EntityResolutionAsyncClient. listIdMappingJobs(Consumer<ListIdMappingJobsRequest.Builder> listIdMappingJobsRequest)Lists all ID mapping jobs for a given workflow.default CompletableFuture<ListIdMappingJobsResponse>EntityResolutionAsyncClient. listIdMappingJobs(ListIdMappingJobsRequest listIdMappingJobsRequest)Lists all ID mapping jobs for a given workflow. -
Uses of ListIdMappingJobsResponse in software.amazon.awssdk.services.entityresolution.paginators
Methods in software.amazon.awssdk.services.entityresolution.paginators that return types with arguments of type ListIdMappingJobsResponse Modifier and Type Method Description Iterator<ListIdMappingJobsResponse>ListIdMappingJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.entityresolution.paginators with type arguments of type ListIdMappingJobsResponse Modifier and Type Method Description voidListIdMappingJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIdMappingJobsResponse> subscriber)
-