Uses of Class
com.amazonaws.services.directory.model.ConditionalForwarder
-
Packages that use ConditionalForwarder Package Description com.amazonaws.services.directory.model -
-
Uses of ConditionalForwarder in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return ConditionalForwarder Modifier and Type Method Description ConditionalForwarder
ConditionalForwarder. clone()
ConditionalForwarder
ConditionalForwarder. withDnsIpAddrs(String... dnsIpAddrs)
The IP addresses of the remote DNS server associated with RemoteDomainName.ConditionalForwarder
ConditionalForwarder. withDnsIpAddrs(Collection<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.Methods in com.amazonaws.services.directory.model that return types with arguments of type ConditionalForwarder Modifier and Type Method Description List<ConditionalForwarder>
DescribeConditionalForwardersResult. getConditionalForwarders()
The list of conditional forwarders that have been created.Methods in com.amazonaws.services.directory.model with parameters of type ConditionalForwarder Modifier and Type Method Description DescribeConditionalForwardersResult
DescribeConditionalForwardersResult. withConditionalForwarders(ConditionalForwarder... conditionalForwarders)
The list of conditional forwarders that have been created.Method parameters in com.amazonaws.services.directory.model with type arguments of type ConditionalForwarder Modifier and Type Method 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.
-