| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the AWS Entity Resolution API Reference.
|
| software.amazon.awssdk.services.entityresolution.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListMatchingJobsResponse |
EntityResolutionClient.listMatchingJobs(Consumer<ListMatchingJobsRequest.Builder> listMatchingJobsRequest)
Lists all jobs for a given workflow.
|
default ListMatchingJobsResponse |
EntityResolutionClient.listMatchingJobs(ListMatchingJobsRequest listMatchingJobsRequest)
Lists all jobs for a given workflow.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMatchingJobsResponse> |
ListMatchingJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMatchingJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMatchingJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.