Uses of Class
software.amazon.awssdk.services.cleanrooms.model.IdMappingTableInputReferenceConfig
-
Packages that use IdMappingTableInputReferenceConfig Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of IdMappingTableInputReferenceConfig in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return IdMappingTableInputReferenceConfig Modifier and Type Method Description IdMappingTableInputReferenceConfigCreateIdMappingTableRequest. inputReferenceConfig()The input reference configuration needed to create the ID mapping table.IdMappingTableInputReferenceConfigIdMappingTable. inputReferenceConfig()The input reference configuration for the ID mapping table.IdMappingTableInputReferenceConfigIdMappingTableSummary. inputReferenceConfig()The input reference configuration for the ID mapping table.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type IdMappingTableInputReferenceConfig Modifier and Type Method Description CreateIdMappingTableRequest.BuilderCreateIdMappingTableRequest.Builder. inputReferenceConfig(IdMappingTableInputReferenceConfig inputReferenceConfig)The input reference configuration needed to create the ID mapping table.IdMappingTable.BuilderIdMappingTable.Builder. inputReferenceConfig(IdMappingTableInputReferenceConfig inputReferenceConfig)The input reference configuration for the ID mapping table.IdMappingTableSummary.BuilderIdMappingTableSummary.Builder. inputReferenceConfig(IdMappingTableInputReferenceConfig inputReferenceConfig)The input reference configuration for the ID mapping table.
-