Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ListCollaborationsResponse
-
Packages that use ListCollaborationsResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference.software.amazon.awssdk.services.cleanrooms.paginators -
-
Uses of ListCollaborationsResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return ListCollaborationsResponse Modifier and Type Method Description default ListCollaborationsResponseCleanRoomsClient. listCollaborations(Consumer<ListCollaborationsRequest.Builder> listCollaborationsRequest)Lists collaborations the caller owns, is active in, or has been invited to.default ListCollaborationsResponseCleanRoomsClient. listCollaborations(ListCollaborationsRequest listCollaborationsRequest)Lists collaborations the caller owns, is active in, or has been invited to.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type ListCollaborationsResponse Modifier and Type Method Description default CompletableFuture<ListCollaborationsResponse>CleanRoomsAsyncClient. listCollaborations(Consumer<ListCollaborationsRequest.Builder> listCollaborationsRequest)Lists collaborations the caller owns, is active in, or has been invited to.default CompletableFuture<ListCollaborationsResponse>CleanRoomsAsyncClient. listCollaborations(ListCollaborationsRequest listCollaborationsRequest)Lists collaborations the caller owns, is active in, or has been invited to. -
Uses of ListCollaborationsResponse in software.amazon.awssdk.services.cleanrooms.paginators
Methods in software.amazon.awssdk.services.cleanrooms.paginators that return types with arguments of type ListCollaborationsResponse Modifier and Type Method Description Iterator<ListCollaborationsResponse>ListCollaborationsIterable. iterator()Method parameters in software.amazon.awssdk.services.cleanrooms.paginators with type arguments of type ListCollaborationsResponse Modifier and Type Method Description voidListCollaborationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCollaborationsResponse> subscriber)
-