Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ListIdMappingTablesResponse
-
Packages that use ListIdMappingTablesResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference.software.amazon.awssdk.services.cleanrooms.paginators -
-
Uses of ListIdMappingTablesResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return ListIdMappingTablesResponse Modifier and Type Method Description default ListIdMappingTablesResponseCleanRoomsClient. listIdMappingTables(Consumer<ListIdMappingTablesRequest.Builder> listIdMappingTablesRequest)Returns a list of ID mapping tables.default ListIdMappingTablesResponseCleanRoomsClient. listIdMappingTables(ListIdMappingTablesRequest listIdMappingTablesRequest)Returns a list of ID mapping tables.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type ListIdMappingTablesResponse Modifier and Type Method Description default CompletableFuture<ListIdMappingTablesResponse>CleanRoomsAsyncClient. listIdMappingTables(Consumer<ListIdMappingTablesRequest.Builder> listIdMappingTablesRequest)Returns a list of ID mapping tables.default CompletableFuture<ListIdMappingTablesResponse>CleanRoomsAsyncClient. listIdMappingTables(ListIdMappingTablesRequest listIdMappingTablesRequest)Returns a list of ID mapping tables. -
Uses of ListIdMappingTablesResponse in software.amazon.awssdk.services.cleanrooms.paginators
Methods in software.amazon.awssdk.services.cleanrooms.paginators that return types with arguments of type ListIdMappingTablesResponse Modifier and Type Method Description Iterator<ListIdMappingTablesResponse>ListIdMappingTablesIterable. iterator()Method parameters in software.amazon.awssdk.services.cleanrooms.paginators with type arguments of type ListIdMappingTablesResponse Modifier and Type Method Description voidListIdMappingTablesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIdMappingTablesResponse> subscriber)
-