Uses of Class
software.amazon.awssdk.services.entityresolution.model.CreateSchemaMappingRequest
-
Packages that use CreateSchemaMappingRequest Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.transform -
-
Uses of CreateSchemaMappingRequest in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution with parameters of type CreateSchemaMappingRequest Modifier and Type Method Description default CompletableFuture<CreateSchemaMappingResponse>EntityResolutionAsyncClient. createSchemaMapping(CreateSchemaMappingRequest 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. -
Uses of CreateSchemaMappingRequest in software.amazon.awssdk.services.entityresolution.transform
Methods in software.amazon.awssdk.services.entityresolution.transform with parameters of type CreateSchemaMappingRequest Modifier and Type Method Description SdkHttpFullRequestCreateSchemaMappingRequestMarshaller. marshall(CreateSchemaMappingRequest createSchemaMappingRequest)
-