Uses of Interface
software.amazon.awssdk.services.entityresolution.model.GetIdMappingJobRequest.Builder
-
Packages that use GetIdMappingJobRequest.Builder Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.model -
-
Uses of GetIdMappingJobRequest.Builder in software.amazon.awssdk.services.entityresolution
Method parameters in software.amazon.awssdk.services.entityresolution with type arguments of type GetIdMappingJobRequest.Builder Modifier and Type Method Description 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.default GetIdMappingJobResponseEntityResolutionClient. getIdMappingJob(Consumer<GetIdMappingJobRequest.Builder> getIdMappingJobRequest)Gets the status, metrics, and errors (if there are any) that are associated with a job. -
Uses of GetIdMappingJobRequest.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return GetIdMappingJobRequest.Builder Modifier and Type Method Description static GetIdMappingJobRequest.BuilderGetIdMappingJobRequest. builder()GetIdMappingJobRequest.BuilderGetIdMappingJobRequest.Builder. jobId(String jobId)The ID of the job.GetIdMappingJobRequest.BuilderGetIdMappingJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIdMappingJobRequest.BuilderGetIdMappingJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIdMappingJobRequest.BuilderGetIdMappingJobRequest. toBuilder()GetIdMappingJobRequest.BuilderGetIdMappingJobRequest.Builder. workflowName(String workflowName)The name of the workflow.Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type GetIdMappingJobRequest.Builder Modifier and Type Method Description static Class<? extends GetIdMappingJobRequest.Builder>GetIdMappingJobRequest. serializableBuilderClass()
-