Uses of Class
software.amazon.awssdk.services.workmail.model.Domain
-
Packages that use Domain Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of Domain in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type Domain Modifier and Type Method Description List<Domain>CreateOrganizationRequest. domains()The email domains to associate with the organization.Methods in software.amazon.awssdk.services.workmail.model with parameters of type Domain Modifier and Type Method Description CreateOrganizationRequest.BuilderCreateOrganizationRequest.Builder. domains(Domain... domains)The email domains to associate with the organization.Method parameters in software.amazon.awssdk.services.workmail.model with type arguments of type Domain Modifier and Type Method Description CreateOrganizationRequest.BuilderCreateOrganizationRequest.Builder. domains(Collection<Domain> domains)The email domains to associate with the organization.
-