Package | Description |
---|---|
com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
com.amazonaws.services.route53.model.transform |
Marhsalling for the various types represented by AmazonRoute53.
|
Modifier and Type | Method and Description |
---|---|
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(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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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.
|
ListHostedZonesResult |
ListHostedZonesResult.withHostedZones(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) |
Copyright © 2016. All rights reserved.