Uses of Class
software.amazon.awssdk.services.cleanrooms.model.MembershipStatus
-
Packages that use MembershipStatus Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of MembershipStatus in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return MembershipStatus Modifier and Type Method Description static MembershipStatusMembershipStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MembershipStatusListMembershipsRequest. status()A filter which will return only memberships in the specified status.MembershipStatusMembership. status()The status of the membership.MembershipStatusMembershipSummary. status()The status of the membership.static MembershipStatusMembershipStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static MembershipStatus[]MembershipStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type MembershipStatus Modifier and Type Method Description static Set<MembershipStatus>MembershipStatus. knownValues()Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type MembershipStatus Modifier and Type Method Description ListMembershipsRequest.BuilderListMembershipsRequest.Builder. status(MembershipStatus status)A filter which will return only memberships in the specified status.Membership.BuilderMembership.Builder. status(MembershipStatus status)The status of the membership.MembershipSummary.BuilderMembershipSummary.Builder. status(MembershipStatus status)The status of the membership.
-