| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
ConditionalForwarder |
ConditionalForwarder.clone() |
ConditionalForwarder |
ConditionalForwarder.withDnsIpAddrs(Collection<String> dnsIpAddrs)
The IP addresses of the remote DNS server associated with RemoteDomainName.
|
ConditionalForwarder |
ConditionalForwarder.withDnsIpAddrs(String... dnsIpAddrs)
The IP addresses of the remote DNS server associated with RemoteDomainName.
|
ConditionalForwarder |
ConditionalForwarder.withRemoteDomainName(String remoteDomainName)
The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.
|
ConditionalForwarder |
ConditionalForwarder.withReplicationScope(ReplicationScope replicationScope)
The replication scope of the conditional forwarder.
|
ConditionalForwarder |
ConditionalForwarder.withReplicationScope(String replicationScope)
The replication scope of the conditional forwarder.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConditionalForwarder> |
DescribeConditionalForwardersResult.getConditionalForwarders()
The list of conditional forwarders that have been created.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeConditionalForwardersResult |
DescribeConditionalForwardersResult.withConditionalForwarders(ConditionalForwarder... conditionalForwarders)
The list of conditional forwarders that have been created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeConditionalForwardersResult.setConditionalForwarders(Collection<ConditionalForwarder> conditionalForwarders)
The list of conditional forwarders that have been created.
|
DescribeConditionalForwardersResult |
DescribeConditionalForwardersResult.withConditionalForwarders(Collection<ConditionalForwarder> conditionalForwarders)
The list of conditional forwarders that have been created.
|
Copyright © 2016. All rights reserved.