Uses of Class
software.amazon.awssdk.services.entityresolution.model.CreateSchemaMappingResponse
-
Packages that use CreateSchemaMappingResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of CreateSchemaMappingResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return CreateSchemaMappingResponse Modifier and Type Method Description default CreateSchemaMappingResponseEntityResolutionClient. createSchemaMapping(Consumer<CreateSchemaMappingRequest.Builder> createSchemaMappingRequest)Creates a schema mapping, which defines the schema of the input customer records table.default CreateSchemaMappingResponseEntityResolutionClient. createSchemaMapping(CreateSchemaMappingRequest createSchemaMappingRequest)Creates a schema mapping, which defines the schema of the input customer records table.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type CreateSchemaMappingResponse Modifier and Type Method Description default CompletableFuture<CreateSchemaMappingResponse>EntityResolutionAsyncClient. createSchemaMapping(Consumer<CreateSchemaMappingRequest.Builder> createSchemaMappingRequest)Creates a schema mapping, which defines the schema of the input customer records table.default CompletableFuture<CreateSchemaMappingResponse>EntityResolutionAsyncClient. createSchemaMapping(CreateSchemaMappingRequest createSchemaMappingRequest)Creates a schema mapping, which defines the schema of the input customer records table.
-