Package | Description |
---|---|
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
HostedZone |
HostedZone.clone() |
HostedZone |
UpdateHostedZoneCommentResult.getHostedZone() |
HostedZone |
CreateHostedZoneResult.getHostedZone()
A complex type that contains identifying information about the hosted
zone.
|
HostedZone |
GetHostedZoneResult.getHostedZone()
A complex type that contains the information about the specified hosted
zone.
|
HostedZone |
HostedZone.withCallerReference(String callerReference)
A unique string that identifies the request to create the hosted zone.
|
HostedZone |
HostedZone.withConfig(HostedZoneConfig config)
A complex type that contains the
Comment element. |
HostedZone |
HostedZone.withId(String id)
The ID of the specified hosted zone.
|
HostedZone |
HostedZone.withName(String name)
The name of the domain.
|
HostedZone |
HostedZone.withResourceRecordSetCount(Long resourceRecordSetCount)
Total number of resource record sets in the hosted zone.
|
Modifier and Type | Method and Description |
---|---|
List<HostedZone> |
ListHostedZonesResult.getHostedZones()
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
List<HostedZone> |
ListHostedZonesByNameResult.getHostedZones()
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateHostedZoneCommentResult.setHostedZone(HostedZone hostedZone) |
void |
CreateHostedZoneResult.setHostedZone(HostedZone hostedZone)
A complex type that contains identifying information about the hosted
zone.
|
void |
GetHostedZoneResult.setHostedZone(HostedZone hostedZone)
A complex type that contains the information about the specified hosted
zone.
|
UpdateHostedZoneCommentResult |
UpdateHostedZoneCommentResult.withHostedZone(HostedZone hostedZone) |
CreateHostedZoneResult |
CreateHostedZoneResult.withHostedZone(HostedZone hostedZone)
A complex type that contains identifying information about the hosted
zone.
|
GetHostedZoneResult |
GetHostedZoneResult.withHostedZone(HostedZone hostedZone)
A complex type that contains the information about the specified hosted
zone.
|
ListHostedZonesResult |
ListHostedZonesResult.withHostedZones(HostedZone... hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withHostedZones(HostedZone... hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
Modifier and Type | Method and Description |
---|---|
void |
ListHostedZonesResult.setHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
void |
ListHostedZonesByNameResult.setHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
ListHostedZonesResult |
ListHostedZonesResult.withHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
Copyright © 2018. All rights reserved.