| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
HostedZone |
HostedZone.clone() |
HostedZone |
UpdateHostedZoneCommentResult.getHostedZone()
A complex type that contains the response to the
UpdateHostedZoneComment request. |
HostedZone |
GetHostedZoneResult.getHostedZone()
A complex type that contains general information about the specified hosted zone.
|
HostedZone |
CreateHostedZoneResult.getHostedZone()
A complex type that contains general information about the hosted zone.
|
HostedZone |
HostedZone.withCallerReference(String callerReference)
The value that you specified for
CallerReference when you created the hosted zone. |
HostedZone |
HostedZone.withConfig(HostedZoneConfig config)
A complex type that includes the
Comment and PrivateZone elements. |
HostedZone |
HostedZone.withId(String id)
The ID that Amazon Route 53 assigned to the hosted zone when you created it.
|
HostedZone |
HostedZone.withLinkedService(LinkedService linkedService)
If the hosted zone was created by another service, the service that created the hosted zone.
|
HostedZone |
HostedZone.withName(String name)
The name of the domain.
|
HostedZone |
HostedZone.withResourceRecordSetCount(Long resourceRecordSetCount)
The number of resource record sets in the hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
List<HostedZone> |
ListHostedZonesResult.getHostedZones()
A complex type that contains general information about the hosted zone.
|
List<HostedZone> |
ListHostedZonesByNameResult.getHostedZones()
A complex type that contains general information about the hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateHostedZoneCommentResult.setHostedZone(HostedZone hostedZone)
A complex type that contains the response to the
UpdateHostedZoneComment request. |
void |
GetHostedZoneResult.setHostedZone(HostedZone hostedZone)
A complex type that contains general information about the specified hosted zone.
|
void |
CreateHostedZoneResult.setHostedZone(HostedZone hostedZone)
A complex type that contains general information about the hosted zone.
|
UpdateHostedZoneCommentResult |
UpdateHostedZoneCommentResult.withHostedZone(HostedZone hostedZone)
A complex type that contains the response to the
UpdateHostedZoneComment request. |
GetHostedZoneResult |
GetHostedZoneResult.withHostedZone(HostedZone hostedZone)
A complex type that contains general information about the specified hosted zone.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withHostedZone(HostedZone hostedZone)
A complex type that contains general information about the hosted zone.
|
ListHostedZonesResult |
ListHostedZonesResult.withHostedZones(HostedZone... hostedZones)
A complex type that contains general information about the hosted zone.
|
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withHostedZones(HostedZone... hostedZones)
A complex type that contains general information about the hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListHostedZonesResult.setHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains general information about the hosted zone.
|
void |
ListHostedZonesByNameResult.setHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains general information about the hosted zone.
|
ListHostedZonesResult |
ListHostedZonesResult.withHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains general information about the hosted zone.
|
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains general information about the hosted zone.
|
Copyright © 2019. All rights reserved.