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 ConditionalForwarderConditionalForwarder. clone()ConditionalForwarderConditionalForwarder. withDnsIpAddrs(String... dnsIpAddrs)The IP addresses of the remote DNS server associated with RemoteDomainName.ConditionalForwarderConditionalForwarder. withDnsIpAddrs(Collection<String> dnsIpAddrs)The IP addresses of the remote DNS server associated with RemoteDomainName.ConditionalForwarderConditionalForwarder. withRemoteDomainName(String remoteDomainName)The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.ConditionalForwarderConditionalForwarder. withReplicationScope(ReplicationScope replicationScope)The replication scope of the conditional forwarder.ConditionalForwarderConditionalForwarder. 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 DescribeConditionalForwardersResultDescribeConditionalForwardersResult. 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 voidDescribeConditionalForwardersResult. setConditionalForwarders(Collection<ConditionalForwarder> conditionalForwarders)The list of conditional forwarders that have been created.DescribeConditionalForwardersResultDescribeConditionalForwardersResult. withConditionalForwarders(Collection<ConditionalForwarder> conditionalForwarders)The list of conditional forwarders that have been created.
-