Uses of Class
software.amazon.awssdk.services.entityresolution.model.DeleteSchemaMappingResponse
-
Packages that use DeleteSchemaMappingResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of DeleteSchemaMappingResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return DeleteSchemaMappingResponse Modifier and Type Method Description default DeleteSchemaMappingResponseEntityResolutionClient. deleteSchemaMapping(Consumer<DeleteSchemaMappingRequest.Builder> deleteSchemaMappingRequest)Deletes theSchemaMappingwith a given name.default DeleteSchemaMappingResponseEntityResolutionClient. deleteSchemaMapping(DeleteSchemaMappingRequest deleteSchemaMappingRequest)Deletes theSchemaMappingwith a given name.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type DeleteSchemaMappingResponse Modifier and Type Method Description default CompletableFuture<DeleteSchemaMappingResponse>EntityResolutionAsyncClient. deleteSchemaMapping(Consumer<DeleteSchemaMappingRequest.Builder> deleteSchemaMappingRequest)Deletes theSchemaMappingwith a given name.default CompletableFuture<DeleteSchemaMappingResponse>EntityResolutionAsyncClient. deleteSchemaMapping(DeleteSchemaMappingRequest deleteSchemaMappingRequest)Deletes theSchemaMappingwith a given name.
-