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