Uses of Class
software.amazon.awssdk.services.cleanrooms.model.CollaborationSummary
-
Packages that use CollaborationSummary Package Description software.amazon.awssdk.services.cleanrooms.model software.amazon.awssdk.services.cleanrooms.paginators -
-
Uses of CollaborationSummary in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type CollaborationSummary Modifier and Type Method Description List<CollaborationSummary>ListCollaborationsResponse. collaborationList()The list of collaborations.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type CollaborationSummary Modifier and Type Method Description ListCollaborationsResponse.BuilderListCollaborationsResponse.Builder. collaborationList(CollaborationSummary... collaborationList)The list of collaborations.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type CollaborationSummary Modifier and Type Method Description ListCollaborationsResponse.BuilderListCollaborationsResponse.Builder. collaborationList(Collection<CollaborationSummary> collaborationList)The list of collaborations. -
Uses of CollaborationSummary in software.amazon.awssdk.services.cleanrooms.paginators
Methods in software.amazon.awssdk.services.cleanrooms.paginators that return types with arguments of type CollaborationSummary Modifier and Type Method Description SdkIterable<CollaborationSummary>ListCollaborationsIterable. collaborationList()Returns an iterable to iterate through the paginatedListCollaborationsResponse.collaborationList()member.SdkPublisher<CollaborationSummary>ListCollaborationsPublisher. collaborationList()Returns a publisher that can be used to get a stream of data.
-