@Beta public interface DomainContact extends HasInner<Contact>, ChildResource<AppServiceDomain>
Modifier and Type | Interface and Description |
---|---|
static interface |
DomainContact.Definition<ParentT>
The entirety of a domain contact definition.
|
static interface |
DomainContact.DefinitionStages
Grouping of domain contact stages applicable as part of a domain creation.
|
Modifier and Type | Method and Description |
---|---|
Address |
addressMailing() |
String |
email() |
String |
fax() |
String |
firstName() |
String |
jobTitle() |
String |
lastName() |
String |
middleName() |
String |
organization() |
String |
phone() |
inner
key
Address addressMailing()
String email()
String fax()
String jobTitle()
String firstName()
String lastName()
String middleName()
String organization()
String phone()
Copyright © 2019. All rights reserved.