Uses of Class
software.amazon.awssdk.services.workmail.model.MemberType
-
Packages that use MemberType Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of MemberType in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return MemberType Modifier and Type Method Description static MemberTypeMemberType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MemberTypePermission. granteeType()The type of user, group, or resource referred to in GranteeId.MemberTypeDelegate. type()The type of the delegate: user or group.MemberTypeMember. type()A member can be a user or group.static MemberTypeMemberType. valueOf(String name)Returns the enum constant of this type with the specified name.static MemberType[]MemberType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type MemberType Modifier and Type Method Description static Set<MemberType>MemberType. knownValues()Methods in software.amazon.awssdk.services.workmail.model with parameters of type MemberType Modifier and Type Method Description Permission.BuilderPermission.Builder. granteeType(MemberType granteeType)The type of user, group, or resource referred to in GranteeId.Delegate.BuilderDelegate.Builder. type(MemberType type)The type of the delegate: user or group.Member.BuilderMember.Builder. type(MemberType type)A member can be a user or group.
-