Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ListMembershipsResponse
-
Packages that use ListMembershipsResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference.software.amazon.awssdk.services.cleanrooms.paginators -
-
Uses of ListMembershipsResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return ListMembershipsResponse Modifier and Type Method Description default ListMembershipsResponseCleanRoomsClient. listMemberships(Consumer<ListMembershipsRequest.Builder> listMembershipsRequest)Lists all memberships resources within the caller's account.default ListMembershipsResponseCleanRoomsClient. listMemberships(ListMembershipsRequest listMembershipsRequest)Lists all memberships resources within the caller's account.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type ListMembershipsResponse Modifier and Type Method Description default CompletableFuture<ListMembershipsResponse>CleanRoomsAsyncClient. listMemberships(Consumer<ListMembershipsRequest.Builder> listMembershipsRequest)Lists all memberships resources within the caller's account.default CompletableFuture<ListMembershipsResponse>CleanRoomsAsyncClient. listMemberships(ListMembershipsRequest listMembershipsRequest)Lists all memberships resources within the caller's account. -
Uses of ListMembershipsResponse in software.amazon.awssdk.services.cleanrooms.paginators
Methods in software.amazon.awssdk.services.cleanrooms.paginators that return types with arguments of type ListMembershipsResponse Modifier and Type Method Description Iterator<ListMembershipsResponse>ListMembershipsIterable. iterator()Method parameters in software.amazon.awssdk.services.cleanrooms.paginators with type arguments of type ListMembershipsResponse Modifier and Type Method Description voidListMembershipsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMembershipsResponse> subscriber)
-