Uses of Class
com.google.cloud.dns.ZoneInfo.DnsSecConfig
-
Packages that use ZoneInfo.DnsSecConfig Package Description com.google.cloud.dns A client for Cloud DNS - A highly available global DNS network. -
-
Uses of ZoneInfo.DnsSecConfig in com.google.cloud.dns
Methods in com.google.cloud.dns that return ZoneInfo.DnsSecConfig Modifier and Type Method Description ZoneInfo.DnsSecConfig
ZoneInfo.DnsSecConfig.Builder. build()
Creates aDnsSecConfig
object.ZoneInfo.DnsSecConfig
ZoneInfo. getDnsSecConfig()
Methods in com.google.cloud.dns with parameters of type ZoneInfo.DnsSecConfig Modifier and Type Method Description Zone.Builder
Zone.Builder. setDnsSecConfig(ZoneInfo.DnsSecConfig dnsSecConfig)
ZoneInfo.Builder
ZoneInfo.Builder. setDnsSecConfig(ZoneInfo.DnsSecConfig dnsSecConfig)
Sets the DNSSEC configuration.
-