Interface Route53Api

All Superinterfaces:
AutoCloseable, Closeable

@Path("/{jclouds.api-version}") public interface Route53Api extends Closeable
Provides access to Amazon Route53 via the Query API

See Also:
  • Method Details

    • getChange

      @Named("GetChange") @GET @Path("/change/{changeId}") @Nullable Change getChange(@PathParam("changeId") 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

      @Path("/hostedzone/{zoneId}") ResourceRecordSetApi getResourceRecordSetApiForHostedZone(@PathParam("zoneId") String zoneId)
      Provides access to record set features.