Uses of Class
com.amazonaws.services.route53domains.model.ContactType
-
Packages that use ContactType Package Description com.amazonaws.services.route53domains.model -
-
Uses of ContactType in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return ContactType Modifier and Type Method Description static ContactType
ContactType. fromValue(String value)
Use this in place of valueOf.static ContactType
ContactType. valueOf(String name)
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 ContactType Modifier and Type Method Description void
ContactDetail. setContactType(ContactType contactType)
Indicates whether the contact is a person, company, association, or public organization.ContactDetail
ContactDetail. withContactType(ContactType contactType)
Indicates whether the contact is a person, company, association, or public organization.
-