public interface Route53Api
Route53AsyncApi
,
Modifier and Type | Method and Description |
---|---|
Change |
getChange(String changeID)
returns the current status of a change batch request.
|
HostedZoneApi |
getHostedZoneApi()
Provides synchronous access to Zone features.
|
ResourceRecordSetApi |
getResourceRecordSetApiForHostedZone(String zoneId)
Provides synchronous access to record set features.
|
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.