Uses of Class
com.amazonaws.services.directory.model.ConditionalForwarder
Packages that use ConditionalForwarder
-
Uses of ConditionalForwarder in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return ConditionalForwarderModifier and TypeMethodDescriptionConditionalForwarder.clone()ConditionalForwarder.withDnsIpAddrs(String... dnsIpAddrs) The IP addresses of the remote DNS server associated with RemoteDomainName.ConditionalForwarder.withDnsIpAddrs(Collection<String> dnsIpAddrs) The IP addresses of the remote DNS server associated with RemoteDomainName.ConditionalForwarder.withRemoteDomainName(String remoteDomainName) The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.ConditionalForwarder.withReplicationScope(ReplicationScope replicationScope) The replication scope of the conditional forwarder.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 ConditionalForwarderModifier and TypeMethodDescriptionDescribeConditionalForwardersResult.getConditionalForwarders()The list of conditional forwarders that have been created.Methods in com.amazonaws.services.directory.model with parameters of type ConditionalForwarderModifier and TypeMethodDescriptionDescribeConditionalForwardersResult.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 ConditionalForwarderModifier and TypeMethodDescriptionvoidDescribeConditionalForwardersResult.setConditionalForwarders(Collection<ConditionalForwarder> conditionalForwarders) The list of conditional forwarders that have been created.DescribeConditionalForwardersResult.withConditionalForwarders(Collection<ConditionalForwarder> conditionalForwarders) The list of conditional forwarders that have been created.