static ListMailDomainsResponse.Builder |
ListMailDomainsResponse.builder() |
|
ListMailDomainsResponse.Builder |
ListMailDomainsResponse.Builder.mailDomains(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.
|
ListMailDomainsResponse.Builder |
ListMailDomainsResponse.Builder.mailDomains(Consumer<MailDomainSummary.Builder>... 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.
|
ListMailDomainsResponse.Builder |
ListMailDomainsResponse.Builder.mailDomains(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.
|
ListMailDomainsResponse.Builder |
ListMailDomainsResponse.Builder.nextToken(String nextToken) |
The token to use to retrieve the next page of results.
|
ListMailDomainsResponse.Builder |
ListMailDomainsResponse.toBuilder() |
|