| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
ContactType |
ContactDetail.contactType()
Indicates whether the contact is a person, company, association, or public organization.
|
static ContactType |
ContactType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ContactType> |
ContactType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ContactDetail.Builder |
ContactDetail.Builder.contactType(ContactType contactType)
Indicates whether the contact is a person, company, association, or public organization.
|
Copyright © 2023. All rights reserved.