Uses of Class
software.amazon.awssdk.services.entityresolution.model.UpdateSchemaMappingResponse
-
Packages that use UpdateSchemaMappingResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of UpdateSchemaMappingResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return UpdateSchemaMappingResponse Modifier and Type Method Description default UpdateSchemaMappingResponseEntityResolutionClient. updateSchemaMapping(Consumer<UpdateSchemaMappingRequest.Builder> updateSchemaMappingRequest)Updates a schema mapping.default UpdateSchemaMappingResponseEntityResolutionClient. updateSchemaMapping(UpdateSchemaMappingRequest updateSchemaMappingRequest)Updates a schema mapping.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type UpdateSchemaMappingResponse Modifier and Type Method Description default CompletableFuture<UpdateSchemaMappingResponse>EntityResolutionAsyncClient. updateSchemaMapping(Consumer<UpdateSchemaMappingRequest.Builder> updateSchemaMappingRequest)Updates a schema mapping.default CompletableFuture<UpdateSchemaMappingResponse>EntityResolutionAsyncClient. updateSchemaMapping(UpdateSchemaMappingRequest updateSchemaMappingRequest)Updates a schema mapping.
-