Uses of Class
software.amazon.awssdk.services.entityresolution.model.GetSchemaMappingResponse
-
Packages that use GetSchemaMappingResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of GetSchemaMappingResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return GetSchemaMappingResponse Modifier and Type Method Description default GetSchemaMappingResponseEntityResolutionClient. getSchemaMapping(Consumer<GetSchemaMappingRequest.Builder> getSchemaMappingRequest)Returns the SchemaMapping of a given name.default GetSchemaMappingResponseEntityResolutionClient. getSchemaMapping(GetSchemaMappingRequest getSchemaMappingRequest)Returns the SchemaMapping of a given name.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type GetSchemaMappingResponse Modifier and Type Method Description default CompletableFuture<GetSchemaMappingResponse>EntityResolutionAsyncClient. getSchemaMapping(Consumer<GetSchemaMappingRequest.Builder> getSchemaMappingRequest)Returns the SchemaMapping of a given name.default CompletableFuture<GetSchemaMappingResponse>EntityResolutionAsyncClient. getSchemaMapping(GetSchemaMappingRequest getSchemaMappingRequest)Returns the SchemaMapping of a given name.
-