Package | Description |
---|---|
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
HostedZoneConfig |
HostedZoneConfig.clone() |
HostedZoneConfig |
HostedZone.getConfig()
A complex type that contains the
Comment 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) |
Modifier and Type | Method and Description |
---|---|
void |
HostedZone.setConfig(HostedZoneConfig config)
A complex type that contains the
Comment 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 the
Comment element. |
CreateHostedZoneRequest |
CreateHostedZoneRequest.withHostedZoneConfig(HostedZoneConfig hostedZoneConfig)
A complex type that contains an optional comment about your hosted zone.
|
Copyright © 2018. All rights reserved.