Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DnsServersOptionsModifyStructure |
DnsServersOptionsModifyStructure.clone() |
DnsServersOptionsModifyStructure |
ModifyClientVpnEndpointRequest.getDnsServers()
Information about the DNS servers to be used by Client VPN connections.
|
DnsServersOptionsModifyStructure |
DnsServersOptionsModifyStructure.withCustomDnsServers(Collection<String> customDnsServers)
The IPv4 address range, in CIDR notation, of the DNS servers to be used.
|
DnsServersOptionsModifyStructure |
DnsServersOptionsModifyStructure.withCustomDnsServers(String... customDnsServers)
The IPv4 address range, in CIDR notation, of the DNS servers to be used.
|
DnsServersOptionsModifyStructure |
DnsServersOptionsModifyStructure.withEnabled(Boolean enabled)
Indicates whether DNS servers should be used.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyClientVpnEndpointRequest.setDnsServers(DnsServersOptionsModifyStructure dnsServers)
Information about the DNS servers to be used by Client VPN connections.
|
ModifyClientVpnEndpointRequest |
ModifyClientVpnEndpointRequest.withDnsServers(DnsServersOptionsModifyStructure dnsServers)
Information about the DNS servers to be used by Client VPN connections.
|
Copyright © 2021. All rights reserved.