Uses of Class
software.amazon.awssdk.services.directoryservicedata.model.MemberType
-
Packages that use MemberType Package Description software.amazon.awssdk.services.directoryservicedata.model -
-
Uses of MemberType in software.amazon.awssdk.services.directoryservicedata.model
Methods in software.amazon.awssdk.services.directoryservicedata.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.MemberTypeMember. memberType()The AD type of the member object.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.directoryservicedata.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.directoryservicedata.model with parameters of type MemberType Modifier and Type Method Description Member.BuilderMember.Builder. memberType(MemberType memberType)The AD type of the member object.
-