Uses of Class
software.amazon.awssdk.services.cleanrooms.model.UpdateIdMappingTableResponse
-
Packages that use UpdateIdMappingTableResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference. -
-
Uses of UpdateIdMappingTableResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return UpdateIdMappingTableResponse Modifier and Type Method Description default UpdateIdMappingTableResponseCleanRoomsClient. updateIdMappingTable(Consumer<UpdateIdMappingTableRequest.Builder> updateIdMappingTableRequest)Provides the details that are necessary to update an ID mapping table.default UpdateIdMappingTableResponseCleanRoomsClient. updateIdMappingTable(UpdateIdMappingTableRequest updateIdMappingTableRequest)Provides the details that are necessary to update an ID mapping table.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type UpdateIdMappingTableResponse Modifier and Type Method Description default CompletableFuture<UpdateIdMappingTableResponse>CleanRoomsAsyncClient. updateIdMappingTable(Consumer<UpdateIdMappingTableRequest.Builder> updateIdMappingTableRequest)Provides the details that are necessary to update an ID mapping table.default CompletableFuture<UpdateIdMappingTableResponse>CleanRoomsAsyncClient. updateIdMappingTable(UpdateIdMappingTableRequest updateIdMappingTableRequest)Provides the details that are necessary to update an ID mapping table.
-