Uses of Class
com.amazonaws.services.route53.model.HostedZoneConfig
-
Packages that use HostedZoneConfig Package Description com.amazonaws.services.route53.model -
-
Uses of HostedZoneConfig in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return HostedZoneConfig Modifier and Type Method Description HostedZoneConfig
HostedZoneConfig. clone()
HostedZoneConfig
HostedZone. getConfig()
A complex type that contains theComment
element.HostedZoneConfig
CreateHostedZoneRequest. getHostedZoneConfig()
A complex type that contains an optional comment about your hosted zone.HostedZoneConfig
HostedZoneConfig. withComment(String comment)
An optional comment about your hosted zone.HostedZoneConfig
HostedZoneConfig. withPrivateZone(Boolean privateZone)
Methods in com.amazonaws.services.route53.model with parameters of type HostedZoneConfig Modifier and Type Method Description void
HostedZone. setConfig(HostedZoneConfig config)
A complex type that contains theComment
element.void
CreateHostedZoneRequest. setHostedZoneConfig(HostedZoneConfig hostedZoneConfig)
A complex type that contains an optional comment about your hosted zone.HostedZone
HostedZone. withConfig(HostedZoneConfig config)
A complex type that contains theComment
element.CreateHostedZoneRequest
CreateHostedZoneRequest. withHostedZoneConfig(HostedZoneConfig hostedZoneConfig)
A complex type that contains an optional comment about your hosted zone.
-