| 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 StartMatchingJobResponse |
EntityResolutionClient.startMatchingJob(Consumer<StartMatchingJobRequest.Builder> startMatchingJobRequest)
Starts the
MatchingJob of a workflow. |
default CompletableFuture<StartMatchingJobResponse> |
EntityResolutionAsyncClient.startMatchingJob(Consumer<StartMatchingJobRequest.Builder> startMatchingJobRequest)
Starts the
MatchingJob of a workflow. |
| Modifier and Type | Method and Description |
|---|---|
static StartMatchingJobRequest.Builder |
StartMatchingJobRequest.builder() |
StartMatchingJobRequest.Builder |
StartMatchingJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartMatchingJobRequest.Builder |
StartMatchingJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartMatchingJobRequest.Builder |
StartMatchingJobRequest.toBuilder() |
StartMatchingJobRequest.Builder |
StartMatchingJobRequest.Builder.workflowName(String workflowName)
The name of the matching job to be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartMatchingJobRequest.Builder> |
StartMatchingJobRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.