| Package | Description | 
|---|---|
| org.jclouds.route53 | |
| org.jclouds.route53.domain | |
| org.jclouds.route53.features | |
| org.jclouds.route53.xml | 
| Modifier and Type | Method and Description | 
|---|---|
Change | 
Route53Api.getChange(String changeID)
returns the current status of a change batch request. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Change | 
Change.create(String id,
      Change.Status status,
      Date submittedAt)  | 
Change | 
NewHostedZone.getChange()
the zone creation event 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static NewHostedZone | 
NewHostedZone.create(HostedZoneAndNameServers zone,
      Change change)  | 
| Modifier and Type | Method and Description | 
|---|---|
Change | 
ResourceRecordSetApi.apply(ChangeBatch changes)
applies a batch of changes atomically. 
 | 
Change | 
ResourceRecordSetApi.create(ResourceRecordSet rrs)
schedules creation of the resource record set. 
 | 
Change | 
ResourceRecordSetApi.delete(ResourceRecordSet rrs)
This action deletes a resource record set. 
 | 
Change | 
HostedZoneApi.delete(String zoneId)
This action deletes a hosted zone. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Change | 
ChangeHandler.getResult()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.