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 HostedZoneConfigHostedZoneConfig. clone()HostedZoneConfigHostedZone. getConfig()A complex type that contains theCommentelement.HostedZoneConfigCreateHostedZoneRequest. getHostedZoneConfig()A complex type that contains an optional comment about your hosted zone.HostedZoneConfigHostedZoneConfig. withComment(String comment)An optional comment about your hosted zone.HostedZoneConfigHostedZoneConfig. withPrivateZone(Boolean privateZone)Methods in com.amazonaws.services.route53.model with parameters of type HostedZoneConfig Modifier and Type Method Description voidHostedZone. setConfig(HostedZoneConfig config)A complex type that contains theCommentelement.voidCreateHostedZoneRequest. setHostedZoneConfig(HostedZoneConfig hostedZoneConfig)A complex type that contains an optional comment about your hosted zone.HostedZoneHostedZone. withConfig(HostedZoneConfig config)A complex type that contains theCommentelement.CreateHostedZoneRequestCreateHostedZoneRequest. withHostedZoneConfig(HostedZoneConfig hostedZoneConfig)A complex type that contains an optional comment about your hosted zone.
-