| Package | Description |
|---|---|
| com.amazonaws.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
DnsRecord |
DnsRecord.clone() |
DnsRecord |
DnsRecord.withHostname(String hostname)
The DNS hostname.- For example,
domain.example.com. |
DnsRecord |
DnsRecord.withType(String type)
The RFC 1035 record type.
|
DnsRecord |
DnsRecord.withValue(String value)
The value returned by the DNS for a query to that hostname and record type.
|
| Modifier and Type | Method and Description |
|---|---|
List<DnsRecord> |
GetMailDomainResult.getRecords()
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience.
|
| Modifier and Type | Method and Description |
|---|---|
GetMailDomainResult |
GetMailDomainResult.withRecords(DnsRecord... records)
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMailDomainResult.setRecords(Collection<DnsRecord> records)
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience.
|
GetMailDomainResult |
GetMailDomainResult.withRecords(Collection<DnsRecord> records)
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience.
|
Copyright © 2022. All rights reserved.