Uses of Class
software.amazon.awssdk.services.cleanrooms.model.GetIdMappingTableResponse
-
Packages that use GetIdMappingTableResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference. -
-
Uses of GetIdMappingTableResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return GetIdMappingTableResponse Modifier and Type Method Description default GetIdMappingTableResponseCleanRoomsClient. getIdMappingTable(Consumer<GetIdMappingTableRequest.Builder> getIdMappingTableRequest)Retrieves an ID mapping table.default GetIdMappingTableResponseCleanRoomsClient. getIdMappingTable(GetIdMappingTableRequest getIdMappingTableRequest)Retrieves an ID mapping table.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type GetIdMappingTableResponse Modifier and Type Method Description default CompletableFuture<GetIdMappingTableResponse>CleanRoomsAsyncClient. getIdMappingTable(Consumer<GetIdMappingTableRequest.Builder> getIdMappingTableRequest)Retrieves an ID mapping table.default CompletableFuture<GetIdMappingTableResponse>CleanRoomsAsyncClient. getIdMappingTable(GetIdMappingTableRequest getIdMappingTableRequest)Retrieves an ID mapping table.
-