public interface Route53Api extends Closeable
| Modifier and Type | Method and Description | 
|---|---|
Change | 
getChange(String changeID)
returns the current status of a change batch request. 
 | 
HostedZoneApi | 
getHostedZoneApi()
Provides access to Zone features. 
 | 
ResourceRecordSetApi | 
getResourceRecordSetApiForHostedZone(String zoneId)
Provides access to record set features. 
 | 
@Named(value="GetChange") @Nullable Change getChange(String changeID)
changeID - The ID of the change batch request.HostedZoneApi getHostedZoneApi()
ResourceRecordSetApi getResourceRecordSetApiForHostedZone(String zoneId)
Copyright © 2009-2013 jclouds. All Rights Reserved.