Package | Description |
---|---|
com.amazonaws.services.route53.internal | |
com.amazonaws.services.route53.model | |
com.amazonaws.services.route53.model.transform |
Modifier and Type | Method and Description |
---|---|
private void |
Route53IdRequestHandler.removePrefix(HostedZone hostedZone) |
Modifier and Type | Field and Description |
---|---|
private HostedZone |
UpdateHostedZoneCommentResult.hostedZone |
private HostedZone |
GetHostedZoneResult.hostedZone
A complex type that contains the information about the specified hosted
zone.
|
private HostedZone |
CreateHostedZoneResult.hostedZone
A complex type that contains identifying information about the hosted
zone.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<HostedZone> |
ListHostedZonesResult.hostedZones
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
private SdkInternalList<HostedZone> |
ListHostedZonesByNameResult.hostedZones
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
Modifier and Type | Method and Description |
---|---|
HostedZone |
HostedZone.clone() |
HostedZone |
UpdateHostedZoneCommentResult.getHostedZone() |
HostedZone |
GetHostedZoneResult.getHostedZone()
A complex type that contains the information about the specified hosted
zone.
|
HostedZone |
CreateHostedZoneResult.getHostedZone()
A complex type that contains identifying information about the hosted
zone.
|
HostedZone |
HostedZone.withCallerReference(java.lang.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(java.lang.String id)
The ID of the specified hosted zone.
|
HostedZone |
HostedZone.withName(java.lang.String name)
The name of the domain.
|
HostedZone |
HostedZone.withResourceRecordSetCount(java.lang.Long resourceRecordSetCount)
Total number of resource record sets in the hosted zone.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<HostedZone> |
ListHostedZonesResult.getHostedZones()
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
java.util.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 |
GetHostedZoneResult.setHostedZone(HostedZone hostedZone)
A complex type that contains the information about the specified hosted
zone.
|
void |
CreateHostedZoneResult.setHostedZone(HostedZone hostedZone)
A complex type that contains identifying information about the hosted
zone.
|
UpdateHostedZoneCommentResult |
UpdateHostedZoneCommentResult.withHostedZone(HostedZone hostedZone) |
GetHostedZoneResult |
GetHostedZoneResult.withHostedZone(HostedZone hostedZone)
A complex type that contains the information about the specified hosted
zone.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withHostedZone(HostedZone hostedZone)
A complex type that contains identifying information about the 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(java.util.Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
void |
ListHostedZonesByNameResult.setHostedZones(java.util.Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
ListHostedZonesResult |
ListHostedZonesResult.withHostedZones(java.util.Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withHostedZones(java.util.Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
Modifier and Type | Method and Description |
---|---|
HostedZone |
HostedZoneStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |