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