Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ListConfiguredTablesResponse
-
Packages that use ListConfiguredTablesResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference.software.amazon.awssdk.services.cleanrooms.paginators -
-
Uses of ListConfiguredTablesResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return ListConfiguredTablesResponse Modifier and Type Method Description default ListConfiguredTablesResponseCleanRoomsClient. listConfiguredTables(Consumer<ListConfiguredTablesRequest.Builder> listConfiguredTablesRequest)Lists configured tables.default ListConfiguredTablesResponseCleanRoomsClient. listConfiguredTables(ListConfiguredTablesRequest listConfiguredTablesRequest)Lists configured tables.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type ListConfiguredTablesResponse Modifier and Type Method Description default CompletableFuture<ListConfiguredTablesResponse>CleanRoomsAsyncClient. listConfiguredTables(Consumer<ListConfiguredTablesRequest.Builder> listConfiguredTablesRequest)Lists configured tables.default CompletableFuture<ListConfiguredTablesResponse>CleanRoomsAsyncClient. listConfiguredTables(ListConfiguredTablesRequest listConfiguredTablesRequest)Lists configured tables. -
Uses of ListConfiguredTablesResponse in software.amazon.awssdk.services.cleanrooms.paginators
Methods in software.amazon.awssdk.services.cleanrooms.paginators that return types with arguments of type ListConfiguredTablesResponse Modifier and Type Method Description Iterator<ListConfiguredTablesResponse>ListConfiguredTablesIterable. iterator()Method parameters in software.amazon.awssdk.services.cleanrooms.paginators with type arguments of type ListConfiguredTablesResponse Modifier and Type Method Description voidListConfiguredTablesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListConfiguredTablesResponse> subscriber)
-