| Package | Description |
|---|---|
| com.amazonaws.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
MailDomainSummary |
MailDomainSummary.clone() |
MailDomainSummary |
MailDomainSummary.withDefaultDomain(Boolean defaultDomain)
Whether the domain is default or not.
|
MailDomainSummary |
MailDomainSummary.withDomainName(String domainName)
The domain name.
|
| Modifier and Type | Method and Description |
|---|---|
List<MailDomainSummary> |
ListMailDomainsResult.getMailDomains()
The list of mail domain summaries, specifying domains that exist in the specified WorkMail organization, along
with the information about whether the domain is or isn't the default.
|
| Modifier and Type | Method and Description |
|---|---|
ListMailDomainsResult |
ListMailDomainsResult.withMailDomains(MailDomainSummary... mailDomains)
The list of mail domain summaries, specifying domains that exist in the specified WorkMail organization, along
with the information about whether the domain is or isn't the default.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMailDomainsResult.setMailDomains(Collection<MailDomainSummary> mailDomains)
The list of mail domain summaries, specifying domains that exist in the specified WorkMail organization, along
with the information about whether the domain is or isn't the default.
|
ListMailDomainsResult |
ListMailDomainsResult.withMailDomains(Collection<MailDomainSummary> mailDomains)
The list of mail domain summaries, specifying domains that exist in the specified WorkMail organization, along
with the information about whether the domain is or isn't the default.
|
Copyright © 2022. All rights reserved.