@Path(value="/{jclouds.api-version}")
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")
@GET
@Path(value="/change/{changeId}")
@Nullable
Change getChange(@PathParam(value="changeId")
String changeID)
changeID - The ID of the change batch request.HostedZoneApi getHostedZoneApi()
@Path(value="/hostedzone/{zoneId}")
ResourceRecordSetApi getResourceRecordSetApiForHostedZone(@PathParam(value="zoneId")
String zoneId)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.