Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ListConfiguredTableAssociationsRequest
-
Packages that use ListConfiguredTableAssociationsRequest Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference.software.amazon.awssdk.services.cleanrooms.paginators software.amazon.awssdk.services.cleanrooms.transform -
-
Uses of ListConfiguredTableAssociationsRequest in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms with parameters of type ListConfiguredTableAssociationsRequest Modifier and Type Method Description default CompletableFuture<ListConfiguredTableAssociationsResponse>CleanRoomsAsyncClient. listConfiguredTableAssociations(ListConfiguredTableAssociationsRequest listConfiguredTableAssociationsRequest)Lists configured table associations for a membership.default ListConfiguredTableAssociationsResponseCleanRoomsClient. listConfiguredTableAssociations(ListConfiguredTableAssociationsRequest listConfiguredTableAssociationsRequest)Lists configured table associations for a membership.default ListConfiguredTableAssociationsPublisherCleanRoomsAsyncClient. listConfiguredTableAssociationsPaginator(ListConfiguredTableAssociationsRequest listConfiguredTableAssociationsRequest)Lists configured table associations for a membership.default ListConfiguredTableAssociationsIterableCleanRoomsClient. listConfiguredTableAssociationsPaginator(ListConfiguredTableAssociationsRequest listConfiguredTableAssociationsRequest)Lists configured table associations for a membership. -
Uses of ListConfiguredTableAssociationsRequest in software.amazon.awssdk.services.cleanrooms.paginators
Constructors in software.amazon.awssdk.services.cleanrooms.paginators with parameters of type ListConfiguredTableAssociationsRequest Constructor Description ListConfiguredTableAssociationsIterable(CleanRoomsClient client, ListConfiguredTableAssociationsRequest firstRequest)ListConfiguredTableAssociationsPublisher(CleanRoomsAsyncClient client, ListConfiguredTableAssociationsRequest firstRequest) -
Uses of ListConfiguredTableAssociationsRequest in software.amazon.awssdk.services.cleanrooms.transform
Methods in software.amazon.awssdk.services.cleanrooms.transform with parameters of type ListConfiguredTableAssociationsRequest Modifier and Type Method Description SdkHttpFullRequestListConfiguredTableAssociationsRequestMarshaller. marshall(ListConfiguredTableAssociationsRequest listConfiguredTableAssociationsRequest)
-