Uses of Class
software.amazon.awssdk.services.cleanrooms.model.PopulateIdMappingTableResponse
-
Packages that use PopulateIdMappingTableResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference. -
-
Uses of PopulateIdMappingTableResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return PopulateIdMappingTableResponse Modifier and Type Method Description default PopulateIdMappingTableResponseCleanRoomsClient. populateIdMappingTable(Consumer<PopulateIdMappingTableRequest.Builder> populateIdMappingTableRequest)Defines the information that's necessary to populate an ID mapping table.default PopulateIdMappingTableResponseCleanRoomsClient. populateIdMappingTable(PopulateIdMappingTableRequest populateIdMappingTableRequest)Defines the information that's necessary to populate an ID mapping table.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type PopulateIdMappingTableResponse Modifier and Type Method Description default CompletableFuture<PopulateIdMappingTableResponse>CleanRoomsAsyncClient. populateIdMappingTable(Consumer<PopulateIdMappingTableRequest.Builder> populateIdMappingTableRequest)Defines the information that's necessary to populate an ID mapping table.default CompletableFuture<PopulateIdMappingTableResponse>CleanRoomsAsyncClient. populateIdMappingTable(PopulateIdMappingTableRequest populateIdMappingTableRequest)Defines the information that's necessary to populate an ID mapping table.
-