| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
HostedZoneConfig |
HostedZoneConfig.clone() |
HostedZoneConfig |
HostedZone.getConfig()
A complex type that includes the
Comment and PrivateZone elements. |
HostedZoneConfig |
CreateHostedZoneRequest.getHostedZoneConfig()
(Optional) A complex type that contains the following optional values:
|
HostedZoneConfig |
HostedZoneConfig.withComment(String comment)
Any comments that you want to include about the 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 includes the
Comment and PrivateZone elements. |
void |
CreateHostedZoneRequest.setHostedZoneConfig(HostedZoneConfig hostedZoneConfig)
(Optional) A complex type that contains the following optional values:
|
HostedZone |
HostedZone.withConfig(HostedZoneConfig config)
A complex type that includes the
Comment and PrivateZone elements. |
CreateHostedZoneRequest |
CreateHostedZoneRequest.withHostedZoneConfig(HostedZoneConfig hostedZoneConfig)
(Optional) A complex type that contains the following optional values:
|
Copyright © 2018. All rights reserved.