| Package | Description |
|---|---|
| com.amazonaws.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
Domain |
Domain.clone() |
Domain |
Domain.withDomainName(String domainName)
The fully qualified domain name.
|
Domain |
Domain.withHostedZoneId(String hostedZoneId)
The hosted zone ID for a domain hosted in Route 53.
|
| Modifier and Type | Method and Description |
|---|---|
List<Domain> |
CreateOrganizationRequest.getDomains()
The email domains to associate with the organization.
|
| Modifier and Type | Method and Description |
|---|---|
CreateOrganizationRequest |
CreateOrganizationRequest.withDomains(Domain... domains)
The email domains to associate with the organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateOrganizationRequest.setDomains(Collection<Domain> domains)
The email domains to associate with the organization.
|
CreateOrganizationRequest |
CreateOrganizationRequest.withDomains(Collection<Domain> domains)
The email domains to associate with the organization.
|
Copyright © 2023. All rights reserved.