| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
| 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)
A value that indicates whether this is a private hosted zone.
|
| 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 © 2015. All rights reserved.