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 ContactType
Use this in place of valueOf.static ContactType
Returns 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 TypeMethodDescriptionvoid
ContactDetail.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.