Uses of Class
software.amazon.awssdk.services.cleanrooms.model.MembershipSummary
-
Packages that use MembershipSummary Package Description software.amazon.awssdk.services.cleanrooms.model software.amazon.awssdk.services.cleanrooms.paginators -
-
Uses of MembershipSummary in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type MembershipSummary Modifier and Type Method Description List<MembershipSummary>ListMembershipsResponse. membershipSummaries()The list of memberships returned from the ListMemberships operation.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type MembershipSummary Modifier and Type Method Description ListMembershipsResponse.BuilderListMembershipsResponse.Builder. membershipSummaries(MembershipSummary... membershipSummaries)The list of memberships returned from the ListMemberships operation.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type MembershipSummary Modifier and Type Method Description ListMembershipsResponse.BuilderListMembershipsResponse.Builder. membershipSummaries(Collection<MembershipSummary> membershipSummaries)The list of memberships returned from the ListMemberships operation. -
Uses of MembershipSummary in software.amazon.awssdk.services.cleanrooms.paginators
Methods in software.amazon.awssdk.services.cleanrooms.paginators that return types with arguments of type MembershipSummary Modifier and Type Method Description SdkIterable<MembershipSummary>ListMembershipsIterable. membershipSummaries()Returns an iterable to iterate through the paginatedListMembershipsResponse.membershipSummaries()member.SdkPublisher<MembershipSummary>ListMembershipsPublisher. membershipSummaries()Returns a publisher that can be used to get a stream of data.
-