Uses of Interface
software.amazon.awssdk.services.entityresolution.EntityResolutionClient
-
Packages that use EntityResolutionClient Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.paginators -
-
Uses of EntityResolutionClient in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return EntityResolutionClient Modifier and Type Method Description static EntityResolutionClientEntityResolutionClient. create()Create aEntityResolutionClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of EntityResolutionClient in software.amazon.awssdk.services.entityresolution.paginators
Constructors in software.amazon.awssdk.services.entityresolution.paginators with parameters of type EntityResolutionClient Constructor Description ListIdMappingJobsIterable(EntityResolutionClient client, ListIdMappingJobsRequest firstRequest)ListIdMappingWorkflowsIterable(EntityResolutionClient client, ListIdMappingWorkflowsRequest firstRequest)ListMatchingJobsIterable(EntityResolutionClient client, ListMatchingJobsRequest firstRequest)ListMatchingWorkflowsIterable(EntityResolutionClient client, ListMatchingWorkflowsRequest firstRequest)ListProviderServicesIterable(EntityResolutionClient client, ListProviderServicesRequest firstRequest)ListSchemaMappingsIterable(EntityResolutionClient client, ListSchemaMappingsRequest firstRequest)
-