Uses of Class
software.amazon.awssdk.services.workmail.model.MailDomainSummary
-
Packages that use MailDomainSummary Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of MailDomainSummary in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type MailDomainSummary Modifier and Type Method Description List<MailDomainSummary>ListMailDomainsResponse. 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.Methods in software.amazon.awssdk.services.workmail.model with parameters of type MailDomainSummary Modifier and Type Method Description ListMailDomainsResponse.BuilderListMailDomainsResponse.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.Method parameters in software.amazon.awssdk.services.workmail.model with type arguments of type MailDomainSummary Modifier and Type Method Description ListMailDomainsResponse.BuilderListMailDomainsResponse.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.
-