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 theCommentelement.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 TypeMethodDescriptionvoidHostedZone.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.HostedZone.withConfig(HostedZoneConfig config) A complex type that contains theCommentelement.CreateHostedZoneRequest.withHostedZoneConfig(HostedZoneConfig hostedZoneConfig) A complex type that contains an optional comment about your hosted zone.