Uses of Class
software.amazon.awssdk.services.cleanrooms.model.CollaborationIdNamespaceAssociationSummary
-
Packages that use CollaborationIdNamespaceAssociationSummary Package Description software.amazon.awssdk.services.cleanrooms.model software.amazon.awssdk.services.cleanrooms.paginators -
-
Uses of CollaborationIdNamespaceAssociationSummary in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type CollaborationIdNamespaceAssociationSummary Modifier and Type Method Description List<CollaborationIdNamespaceAssociationSummary>ListCollaborationIdNamespaceAssociationsResponse. collaborationIdNamespaceAssociationSummaries()The summary information of the collaboration ID namespace associations that you requested.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type CollaborationIdNamespaceAssociationSummary Modifier and Type Method Description ListCollaborationIdNamespaceAssociationsResponse.BuilderListCollaborationIdNamespaceAssociationsResponse.Builder. collaborationIdNamespaceAssociationSummaries(CollaborationIdNamespaceAssociationSummary... collaborationIdNamespaceAssociationSummaries)The summary information of the collaboration ID namespace associations that you requested.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type CollaborationIdNamespaceAssociationSummary Modifier and Type Method Description ListCollaborationIdNamespaceAssociationsResponse.BuilderListCollaborationIdNamespaceAssociationsResponse.Builder. collaborationIdNamespaceAssociationSummaries(Collection<CollaborationIdNamespaceAssociationSummary> collaborationIdNamespaceAssociationSummaries)The summary information of the collaboration ID namespace associations that you requested. -
Uses of CollaborationIdNamespaceAssociationSummary in software.amazon.awssdk.services.cleanrooms.paginators
Methods in software.amazon.awssdk.services.cleanrooms.paginators that return types with arguments of type CollaborationIdNamespaceAssociationSummary Modifier and Type Method Description SdkIterable<CollaborationIdNamespaceAssociationSummary>ListCollaborationIdNamespaceAssociationsIterable. collaborationIdNamespaceAssociationSummaries()Returns an iterable to iterate through the paginatedListCollaborationIdNamespaceAssociationsResponse.collaborationIdNamespaceAssociationSummaries()member.SdkPublisher<CollaborationIdNamespaceAssociationSummary>ListCollaborationIdNamespaceAssociationsPublisher. collaborationIdNamespaceAssociationSummaries()Returns a publisher that can be used to get a stream of data.
-