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