Uses of Class
software.amazon.awssdk.services.cleanrooms.model.IdMappingTableInputSource
-
Packages that use IdMappingTableInputSource Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of IdMappingTableInputSource in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type IdMappingTableInputSource Modifier and Type Method Description List<IdMappingTableInputSource>IdMappingTableInputReferenceProperties. idMappingTableInputSource()The input source of the ID mapping table.List<IdMappingTableInputSource>IdMappingTableSchemaTypeProperties. idMappingTableInputSource()Defines which ID namespace associations are used to create the ID mapping table.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type IdMappingTableInputSource Modifier and Type Method Description IdMappingTableInputReferenceProperties.BuilderIdMappingTableInputReferenceProperties.Builder. idMappingTableInputSource(IdMappingTableInputSource... idMappingTableInputSource)The input source of the ID mapping table.IdMappingTableSchemaTypeProperties.BuilderIdMappingTableSchemaTypeProperties.Builder. idMappingTableInputSource(IdMappingTableInputSource... idMappingTableInputSource)Defines which ID namespace associations are used to create the ID mapping table.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type IdMappingTableInputSource Modifier and Type Method Description IdMappingTableInputReferenceProperties.BuilderIdMappingTableInputReferenceProperties.Builder. idMappingTableInputSource(Collection<IdMappingTableInputSource> idMappingTableInputSource)The input source of the ID mapping table.IdMappingTableSchemaTypeProperties.BuilderIdMappingTableSchemaTypeProperties.Builder. idMappingTableInputSource(Collection<IdMappingTableInputSource> idMappingTableInputSource)Defines which ID namespace associations are used to create the ID mapping table.
-