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 CountryCode
CountryCode. fromValue(String value)
Use this in place of valueOf.static CountryCode
CountryCode. 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 void
ContactDetail. setCountryCode(CountryCode countryCode)
Code for the country of the contact's address.ContactDetail
ContactDetail. withCountryCode(CountryCode countryCode)
Code for the country of the contact's address.
-