Package | Description |
---|---|
org.jclouds.route53 | |
org.jclouds.route53.domain | |
org.jclouds.route53.features | |
org.jclouds.route53.xml |
Modifier and Type | Method and Description |
---|---|
Change |
Route53Api.getChange(String changeID)
returns the current status of a change batch request.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Change> |
Route53AsyncApi.getChange(String changeID) |
Modifier and Type | Method and Description |
---|---|
static Change |
Change.create(String id,
Change.Status status,
Date submittedAt) |
Change |
NewHostedZone.getChange()
the zone creation event
|
Modifier and Type | Method and Description |
---|---|
static NewHostedZone |
NewHostedZone.create(HostedZoneAndNameServers zone,
Change change) |
Modifier and Type | Method and Description |
---|---|
Change |
ResourceRecordSetApi.apply(ChangeBatch changes)
applies a batch of changes atomically.
|
Change |
ResourceRecordSetApi.create(ResourceRecordSet rrs)
schedules creation of the resource record set.
|
Change |
ResourceRecordSetApi.delete(ResourceRecordSet rrs)
This action deletes a resource record set.
|
Change |
HostedZoneApi.delete(String id)
This action deletes a hosted zone.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Change> |
ResourceRecordSetAsyncApi.apply(ChangeBatch changes) |
com.google.common.util.concurrent.ListenableFuture<Change> |
ResourceRecordSetAsyncApi.create(ResourceRecordSet rrs) |
com.google.common.util.concurrent.ListenableFuture<Change> |
ResourceRecordSetAsyncApi.delete(ResourceRecordSet rrs) |
com.google.common.util.concurrent.ListenableFuture<Change> |
HostedZoneAsyncApi.delete(String zoneId) |
Modifier and Type | Method and Description |
---|---|
Change |
ChangeHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.