Uses of Class
software.amazon.awssdk.services.workmail.model.GetMailDomainResponse
-
Packages that use GetMailDomainResponse Package Description software.amazon.awssdk.services.workmail WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile email clients. -
-
Uses of GetMailDomainResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return GetMailDomainResponse Modifier and Type Method Description default GetMailDomainResponseWorkMailClient. getMailDomain(Consumer<GetMailDomainRequest.Builder> getMailDomainRequest)Gets details for a mail domain, including domain records required to configure your domain with recommended security.default GetMailDomainResponseWorkMailClient. getMailDomain(GetMailDomainRequest getMailDomainRequest)Gets details for a mail domain, including domain records required to configure your domain with recommended security.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type GetMailDomainResponse Modifier and Type Method Description default CompletableFuture<GetMailDomainResponse>WorkMailAsyncClient. getMailDomain(Consumer<GetMailDomainRequest.Builder> getMailDomainRequest)Gets details for a mail domain, including domain records required to configure your domain with recommended security.default CompletableFuture<GetMailDomainResponse>WorkMailAsyncClient. getMailDomain(GetMailDomainRequest getMailDomainRequest)Gets details for a mail domain, including domain records required to configure your domain with recommended security.
-