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.DnsSecConfigZoneInfo.DnsSecConfig.Builder. build()Creates aDnsSecConfigobject.ZoneInfo.DnsSecConfigZoneInfo. getDnsSecConfig()Methods in com.google.cloud.dns with parameters of type ZoneInfo.DnsSecConfig Modifier and Type Method Description Zone.BuilderZone.Builder. setDnsSecConfig(ZoneInfo.DnsSecConfig dnsSecConfig)ZoneInfo.BuilderZoneInfo.Builder. setDnsSecConfig(ZoneInfo.DnsSecConfig dnsSecConfig)Sets the DNSSEC configuration.
-