Uses of Class
software.amazon.awssdk.services.entityresolution.model.ListMatchingJobsRequest
-
Packages that use ListMatchingJobsRequest Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.paginators software.amazon.awssdk.services.entityresolution.transform -
-
Uses of ListMatchingJobsRequest in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution with parameters of type ListMatchingJobsRequest Modifier and Type Method Description default CompletableFuture<ListMatchingJobsResponse>EntityResolutionAsyncClient. listMatchingJobs(ListMatchingJobsRequest listMatchingJobsRequest)Lists all jobs for a given workflow.default ListMatchingJobsResponseEntityResolutionClient. listMatchingJobs(ListMatchingJobsRequest listMatchingJobsRequest)Lists all jobs for a given workflow.default ListMatchingJobsPublisherEntityResolutionAsyncClient. listMatchingJobsPaginator(ListMatchingJobsRequest listMatchingJobsRequest)Lists all jobs for a given workflow.default ListMatchingJobsIterableEntityResolutionClient. listMatchingJobsPaginator(ListMatchingJobsRequest listMatchingJobsRequest)Lists all jobs for a given workflow. -
Uses of ListMatchingJobsRequest in software.amazon.awssdk.services.entityresolution.paginators
Constructors in software.amazon.awssdk.services.entityresolution.paginators with parameters of type ListMatchingJobsRequest Constructor Description ListMatchingJobsIterable(EntityResolutionClient client, ListMatchingJobsRequest firstRequest)ListMatchingJobsPublisher(EntityResolutionAsyncClient client, ListMatchingJobsRequest firstRequest) -
Uses of ListMatchingJobsRequest in software.amazon.awssdk.services.entityresolution.transform
Methods in software.amazon.awssdk.services.entityresolution.transform with parameters of type ListMatchingJobsRequest Modifier and Type Method Description SdkHttpFullRequestListMatchingJobsRequestMarshaller. marshall(ListMatchingJobsRequest listMatchingJobsRequest)
-