Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ListConfiguredTableAssociationsResponse
-
Packages that use ListConfiguredTableAssociationsResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference.software.amazon.awssdk.services.cleanrooms.paginators -
-
Uses of ListConfiguredTableAssociationsResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return ListConfiguredTableAssociationsResponse Modifier and Type Method Description default ListConfiguredTableAssociationsResponseCleanRoomsClient. listConfiguredTableAssociations(Consumer<ListConfiguredTableAssociationsRequest.Builder> listConfiguredTableAssociationsRequest)Lists configured table associations for a membership.default ListConfiguredTableAssociationsResponseCleanRoomsClient. listConfiguredTableAssociations(ListConfiguredTableAssociationsRequest listConfiguredTableAssociationsRequest)Lists configured table associations for a membership.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type ListConfiguredTableAssociationsResponse Modifier and Type Method Description default CompletableFuture<ListConfiguredTableAssociationsResponse>CleanRoomsAsyncClient. listConfiguredTableAssociations(Consumer<ListConfiguredTableAssociationsRequest.Builder> listConfiguredTableAssociationsRequest)Lists configured table associations for a membership.default CompletableFuture<ListConfiguredTableAssociationsResponse>CleanRoomsAsyncClient. listConfiguredTableAssociations(ListConfiguredTableAssociationsRequest listConfiguredTableAssociationsRequest)Lists configured table associations for a membership. -
Uses of ListConfiguredTableAssociationsResponse in software.amazon.awssdk.services.cleanrooms.paginators
Methods in software.amazon.awssdk.services.cleanrooms.paginators that return types with arguments of type ListConfiguredTableAssociationsResponse Modifier and Type Method Description Iterator<ListConfiguredTableAssociationsResponse>ListConfiguredTableAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.cleanrooms.paginators with type arguments of type ListConfiguredTableAssociationsResponse Modifier and Type Method Description voidListConfiguredTableAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListConfiguredTableAssociationsResponse> subscriber)
-