Uses of Class
software.amazon.awssdk.services.cleanrooms.model.IdMappingTable
-
Packages that use IdMappingTable Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of IdMappingTable in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return IdMappingTable Modifier and Type Method Description IdMappingTableCreateIdMappingTableResponse. idMappingTable()The ID mapping table that was created.IdMappingTableGetIdMappingTableResponse. idMappingTable()The ID mapping table that you requested.IdMappingTableUpdateIdMappingTableResponse. idMappingTable()The updated ID mapping table.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type IdMappingTable Modifier and Type Method Description CreateIdMappingTableResponse.BuilderCreateIdMappingTableResponse.Builder. idMappingTable(IdMappingTable idMappingTable)The ID mapping table that was created.GetIdMappingTableResponse.BuilderGetIdMappingTableResponse.Builder. idMappingTable(IdMappingTable idMappingTable)The ID mapping table that you requested.UpdateIdMappingTableResponse.BuilderUpdateIdMappingTableResponse.Builder. idMappingTable(IdMappingTable idMappingTable)The updated ID mapping table.
-