Package | Description |
---|---|
com.amazonaws.services.directory.model | |
com.amazonaws.services.directory.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ConditionalForwarder> |
DescribeConditionalForwardersResult.conditionalForwarders
The list of conditional forwarders that have been created.
|
Modifier and Type | Method and Description |
---|---|
ConditionalForwarder |
ConditionalForwarder.clone() |
ConditionalForwarder |
ConditionalForwarder.withDnsIpAddrs(java.util.Collection<java.lang.String> dnsIpAddrs)
The IP addresses of the remote DNS server associated with
RemoteDomainName.
|
ConditionalForwarder |
ConditionalForwarder.withDnsIpAddrs(java.lang.String... dnsIpAddrs)
The IP addresses of the remote DNS server associated with
RemoteDomainName.
|
ConditionalForwarder |
ConditionalForwarder.withRemoteDomainName(java.lang.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(java.lang.String replicationScope)
The replication scope of the conditional forwarder.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ConditionalForwarder> conditionalForwarders)
The list of conditional forwarders that have been created.
|
DescribeConditionalForwardersResult |
DescribeConditionalForwardersResult.withConditionalForwarders(java.util.Collection<ConditionalForwarder> conditionalForwarders)
The list of conditional forwarders that have been created.
|
Modifier and Type | Method and Description |
---|---|
ConditionalForwarder |
ConditionalForwarderJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ConditionalForwarderJsonMarshaller.marshall(ConditionalForwarder conditionalForwarder,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|