Uses of Interface
software.amazon.awssdk.services.entityresolution.model.GetSchemaMappingRequest.Builder
-
Packages that use GetSchemaMappingRequest.Builder Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.model -
-
Uses of GetSchemaMappingRequest.Builder in software.amazon.awssdk.services.entityresolution
Method parameters in software.amazon.awssdk.services.entityresolution with type arguments of type GetSchemaMappingRequest.Builder Modifier and Type Method Description default CompletableFuture<GetSchemaMappingResponse>EntityResolutionAsyncClient. getSchemaMapping(Consumer<GetSchemaMappingRequest.Builder> getSchemaMappingRequest)Returns the SchemaMapping of a given name.default GetSchemaMappingResponseEntityResolutionClient. getSchemaMapping(Consumer<GetSchemaMappingRequest.Builder> getSchemaMappingRequest)Returns the SchemaMapping of a given name. -
Uses of GetSchemaMappingRequest.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return GetSchemaMappingRequest.Builder Modifier and Type Method Description static GetSchemaMappingRequest.BuilderGetSchemaMappingRequest. builder()GetSchemaMappingRequest.BuilderGetSchemaMappingRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSchemaMappingRequest.BuilderGetSchemaMappingRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSchemaMappingRequest.BuilderGetSchemaMappingRequest.Builder. schemaName(String schemaName)The name of the schema to be retrieved.GetSchemaMappingRequest.BuilderGetSchemaMappingRequest. toBuilder()Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type GetSchemaMappingRequest.Builder Modifier and Type Method Description static Class<? extends GetSchemaMappingRequest.Builder>GetSchemaMappingRequest. serializableBuilderClass()
-