public interface Route53Api
Route53AsyncApi,
| Modifier and Type | Method and Description |
|---|---|
Change |
getChange(String changeID)
returns the current status of a change batch request.
|
RecordSetApi |
getRecordSetApiForZone(String zoneId)
Provides synchronous access to record set features.
|
ZoneApi |
getZoneApi()
Provides synchronous access to Zone features.
|
Change getChange(String changeID)
changeID - The ID of the change batch request.ZoneApi getZoneApi()
RecordSetApi getRecordSetApiForZone(String zoneId)
Copyright © 2009-2013 jclouds. All Rights Reserved.