Uses of Class
software.amazon.awssdk.services.cleanrooms.model.IdMappingTableSchemaTypeProperties
-
Packages that use IdMappingTableSchemaTypeProperties Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of IdMappingTableSchemaTypeProperties in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return IdMappingTableSchemaTypeProperties Modifier and Type Method Description IdMappingTableSchemaTypePropertiesSchemaTypeProperties. idMappingTable()The ID mapping table for the schema type properties.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type IdMappingTableSchemaTypeProperties Modifier and Type Method Description static SchemaTypePropertiesSchemaTypeProperties. fromIdMappingTable(IdMappingTableSchemaTypeProperties idMappingTable)Create an instance of this class withSchemaTypeProperties.idMappingTable()initialized to the given value.SchemaTypeProperties.BuilderSchemaTypeProperties.Builder. idMappingTable(IdMappingTableSchemaTypeProperties idMappingTable)The ID mapping table for the schema type properties.
-