Uses of Interface
software.amazon.awssdk.services.ec2.model.DnsServersOptionsModifyStructure.Builder
-
Packages that use DnsServersOptionsModifyStructure.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of DnsServersOptionsModifyStructure.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DnsServersOptionsModifyStructure.Builder Modifier and Type Method Description static DnsServersOptionsModifyStructure.BuilderDnsServersOptionsModifyStructure. builder()DnsServersOptionsModifyStructure.BuilderDnsServersOptionsModifyStructure.Builder. customDnsServers(String... customDnsServers)The IPv4 address range, in CIDR notation, of the DNS servers to be used.DnsServersOptionsModifyStructure.BuilderDnsServersOptionsModifyStructure.Builder. customDnsServers(Collection<String> customDnsServers)The IPv4 address range, in CIDR notation, of the DNS servers to be used.DnsServersOptionsModifyStructure.BuilderDnsServersOptionsModifyStructure.Builder. enabled(Boolean enabled)Indicates whether DNS servers should be used.DnsServersOptionsModifyStructure.BuilderDnsServersOptionsModifyStructure. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DnsServersOptionsModifyStructure.Builder Modifier and Type Method Description static Class<? extends DnsServersOptionsModifyStructure.Builder>DnsServersOptionsModifyStructure. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DnsServersOptionsModifyStructure.Builder Modifier and Type Method Description default ModifyClientVpnEndpointRequest.BuilderModifyClientVpnEndpointRequest.Builder. dnsServers(Consumer<DnsServersOptionsModifyStructure.Builder> dnsServers)Information about the DNS servers to be used by Client VPN connections.
-