|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HostedZoneApi
| Method Summary | |
|---|---|
NewHostedZone |
createWithReference(String name,
String callerReference)
This action creates a new hosted zone. |
NewHostedZone |
createWithReferenceAndComment(String name,
String callerReference,
String comment)
like createWithReference(String, String), except you can specify
a comment. |
Change |
delete(String zoneId)
This action deletes a hosted zone. |
HostedZoneAndNameServers |
get(String zoneId)
Retrieves information about the specified zone, including its nameserver configuration |
org.jclouds.collect.PagedIterable<HostedZone> |
list()
returns all zones in order. |
org.jclouds.collect.IterableWithMarker<HostedZone> |
listAt(String nextMarker)
retrieves up to 100 zones in order, starting at nextMarker |
org.jclouds.collect.IterableWithMarker<HostedZone> |
listFirstPage()
retrieves up to 100 zones in order. |
| Method Detail |
|---|
@Named(value="CreateHostedZone")
NewHostedZone createWithReference(String name,
String callerReference)
name - The name of the domain. ex. www.example.com. The
trailing dot is optional.callerReference - A unique string that identifies the request and allows safe
retries. ex. MyDNSMigration_01
Status#PENDING.
@Named(value="CreateHostedZone")
NewHostedZone createWithReferenceAndComment(String name,
String callerReference,
String comment)
createWithReference(String, String), except you can specify
a comment.
@Named(value="ListHostedZones") org.jclouds.collect.PagedIterable<HostedZone> list()
@Named(value="ListHostedZones") org.jclouds.collect.IterableWithMarker<HostedZone> listFirstPage()
@Named(value="ListHostedZones") org.jclouds.collect.IterableWithMarker<HostedZone> listAt(String nextMarker)
nextMarker
@Named(value="GetHostedZone") @Nullable HostedZoneAndNameServers get(String zoneId)
id - id of the zone to get information about. ex
Z1PA6795UKMFR9
@Named(value="DeleteHostedZone") @Nullable Change delete(String zoneId)
id - id of the zone to delete. ex Z1PA6795UKMFR9
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||