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