Uses of Enum
com.amazonaws.services.route53domains.model.ContactType
Packages that use ContactType
-
Uses of ContactType in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return ContactTypeModifier and TypeMethodDescriptionstatic ContactTypeUse this in place of valueOf.static ContactTypeReturns the enum constant of this type with the specified name.static ContactType[]ContactType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.route53domains.model with parameters of type ContactTypeModifier and TypeMethodDescriptionvoidContactDetail.setContactType(ContactType contactType) Indicates whether the contact is a person, company, association, or public organization.ContactDetail.withContactType(ContactType contactType) Indicates whether the contact is a person, company, association, or public organization.