Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ListIdNamespaceAssociationsResponse
-
Packages that use ListIdNamespaceAssociationsResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference.software.amazon.awssdk.services.cleanrooms.paginators -
-
Uses of ListIdNamespaceAssociationsResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return ListIdNamespaceAssociationsResponse Modifier and Type Method Description default ListIdNamespaceAssociationsResponseCleanRoomsClient. listIdNamespaceAssociations(Consumer<ListIdNamespaceAssociationsRequest.Builder> listIdNamespaceAssociationsRequest)Returns a list of ID namespace associations.default ListIdNamespaceAssociationsResponseCleanRoomsClient. listIdNamespaceAssociations(ListIdNamespaceAssociationsRequest listIdNamespaceAssociationsRequest)Returns a list of ID namespace associations.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type ListIdNamespaceAssociationsResponse Modifier and Type Method Description default CompletableFuture<ListIdNamespaceAssociationsResponse>CleanRoomsAsyncClient. listIdNamespaceAssociations(Consumer<ListIdNamespaceAssociationsRequest.Builder> listIdNamespaceAssociationsRequest)Returns a list of ID namespace associations.default CompletableFuture<ListIdNamespaceAssociationsResponse>CleanRoomsAsyncClient. listIdNamespaceAssociations(ListIdNamespaceAssociationsRequest listIdNamespaceAssociationsRequest)Returns a list of ID namespace associations. -
Uses of ListIdNamespaceAssociationsResponse in software.amazon.awssdk.services.cleanrooms.paginators
Methods in software.amazon.awssdk.services.cleanrooms.paginators that return types with arguments of type ListIdNamespaceAssociationsResponse Modifier and Type Method Description Iterator<ListIdNamespaceAssociationsResponse>ListIdNamespaceAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.cleanrooms.paginators with type arguments of type ListIdNamespaceAssociationsResponse Modifier and Type Method Description voidListIdNamespaceAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIdNamespaceAssociationsResponse> subscriber)
-