Uses of Enum
com.amazonaws.services.route53domains.model.CountryCode
Packages that use CountryCode
-
Uses of CountryCode in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return CountryCodeModifier and TypeMethodDescriptionstatic CountryCode
Use this in place of valueOf.static CountryCode
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 CountryCodeModifier and TypeMethodDescriptionvoid
ContactDetail.setCountryCode
(CountryCode countryCode) Code for the country of the contact's address.ContactDetail.withCountryCode
(CountryCode countryCode) Code for the country of the contact's address.