Uses of Class
com.amazonaws.services.route53domains.model.CountryCode
-
Packages that use CountryCode Package Description com.amazonaws.services.route53domains.model -
-
Uses of CountryCode in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return CountryCode Modifier and Type Method Description static CountryCodeCountryCode. fromValue(String value)Use this in place of valueOf.static CountryCodeCountryCode. valueOf(String name)Returns the enum constant of this type with the specified name.static CountryCode[]CountryCode. 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 CountryCode Modifier and Type Method Description voidContactDetail. setCountryCode(CountryCode countryCode)Code for the country of the contact's address.ContactDetailContactDetail. withCountryCode(CountryCode countryCode)Code for the country of the contact's address.
-