Uses of Class
software.amazon.awssdk.services.workmail.model.RegisterMailDomainResponse
-
Packages that use RegisterMailDomainResponse 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 RegisterMailDomainResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return RegisterMailDomainResponse Modifier and Type Method Description default RegisterMailDomainResponseWorkMailClient. registerMailDomain(Consumer<RegisterMailDomainRequest.Builder> registerMailDomainRequest)Registers a new domain in WorkMail and SES, and configures it for use by WorkMail.default RegisterMailDomainResponseWorkMailClient. registerMailDomain(RegisterMailDomainRequest registerMailDomainRequest)Registers a new domain in WorkMail and SES, and configures it for use by WorkMail.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type RegisterMailDomainResponse Modifier and Type Method Description default CompletableFuture<RegisterMailDomainResponse>WorkMailAsyncClient. registerMailDomain(Consumer<RegisterMailDomainRequest.Builder> registerMailDomainRequest)Registers a new domain in WorkMail and SES, and configures it for use by WorkMail.default CompletableFuture<RegisterMailDomainResponse>WorkMailAsyncClient. registerMailDomain(RegisterMailDomainRequest registerMailDomainRequest)Registers a new domain in WorkMail and SES, and configures it for use by WorkMail.
-