Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ListCollaborationsRequest
-
Packages that use ListCollaborationsRequest 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 ListCollaborationsRequest in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms with parameters of type ListCollaborationsRequest Modifier and Type Method Description default CompletableFuture<ListCollaborationsResponse>CleanRoomsAsyncClient. listCollaborations(ListCollaborationsRequest 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.default ListCollaborationsPublisherCleanRoomsAsyncClient. listCollaborationsPaginator(ListCollaborationsRequest listCollaborationsRequest)Lists collaborations the caller owns, is active in, or has been invited to.default ListCollaborationsIterableCleanRoomsClient. listCollaborationsPaginator(ListCollaborationsRequest listCollaborationsRequest)Lists collaborations the caller owns, is active in, or has been invited to. -
Uses of ListCollaborationsRequest in software.amazon.awssdk.services.cleanrooms.paginators
Constructors in software.amazon.awssdk.services.cleanrooms.paginators with parameters of type ListCollaborationsRequest Constructor Description ListCollaborationsIterable(CleanRoomsClient client, ListCollaborationsRequest firstRequest)ListCollaborationsPublisher(CleanRoomsAsyncClient client, ListCollaborationsRequest firstRequest) -
Uses of ListCollaborationsRequest in software.amazon.awssdk.services.cleanrooms.transform
Methods in software.amazon.awssdk.services.cleanrooms.transform with parameters of type ListCollaborationsRequest Modifier and Type Method Description SdkHttpFullRequestListCollaborationsRequestMarshaller. marshall(ListCollaborationsRequest listCollaborationsRequest)
-