Uses of Class
com.amazonaws.services.route53.model.HostedZoneConfig
Packages that use HostedZoneConfig
-
Uses of HostedZoneConfig in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return HostedZoneConfigModifier and TypeMethodDescriptionHostedZoneConfig.clone()
HostedZone.getConfig()
A complex type that contains theComment
element.CreateHostedZoneRequest.getHostedZoneConfig()
A complex type that contains an optional comment about your hosted zone.HostedZoneConfig.withComment
(String comment) An optional comment about your hosted zone.HostedZoneConfig.withPrivateZone
(Boolean privateZone) Methods in com.amazonaws.services.route53.model with parameters of type HostedZoneConfigModifier and TypeMethodDescriptionvoid
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.withConfig
(HostedZoneConfig config) A complex type that contains theComment
element.CreateHostedZoneRequest.withHostedZoneConfig
(HostedZoneConfig hostedZoneConfig) A complex type that contains an optional comment about your hosted zone.