| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the AWS Entity Resolution API Reference.
|
| software.amazon.awssdk.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetMatchingJobResponse> |
EntityResolutionAsyncClient.getMatchingJob(Consumer<GetMatchingJobRequest.Builder> getMatchingJobRequest)
Gets the status, metrics, and errors (if there are any) that are associated with a job.
|
default GetMatchingJobResponse |
EntityResolutionClient.getMatchingJob(Consumer<GetMatchingJobRequest.Builder> getMatchingJobRequest)
Gets the status, metrics, and errors (if there are any) that are associated with a job.
|
| Modifier and Type | Method and Description |
|---|---|
static GetMatchingJobRequest.Builder |
GetMatchingJobRequest.builder() |
GetMatchingJobRequest.Builder |
GetMatchingJobRequest.Builder.jobId(String jobId)
The ID of the job.
|
GetMatchingJobRequest.Builder |
GetMatchingJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMatchingJobRequest.Builder |
GetMatchingJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetMatchingJobRequest.Builder |
GetMatchingJobRequest.toBuilder() |
GetMatchingJobRequest.Builder |
GetMatchingJobRequest.Builder.workflowName(String workflowName)
The name of the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMatchingJobRequest.Builder> |
GetMatchingJobRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.