org.jclouds.route53
Interface Route53Api

All Superinterfaces:
Closeable

public interface Route53Api
extends Closeable

Provides access to Amazon Route53 via the Query API

See Also:

Method Summary
 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.
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getChange

@Named(value="GetChange")
@Nullable
Change getChange(String changeID)
returns the current status of a change batch request.

Parameters:
changeID - The ID of the change batch request.
Returns:
null, if not found

getHostedZoneApi

HostedZoneApi getHostedZoneApi()
Provides access to Zone features.


getResourceRecordSetApiForHostedZone

ResourceRecordSetApi getResourceRecordSetApiForHostedZone(String zoneId)
Provides access to record set features.



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.