Package | Description |
---|---|
com.amazonaws.services.route53domains.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.