Uses of Class
org.jclouds.route53.domain.Change

Packages that use Change
org.jclouds.route53   
org.jclouds.route53.domain   
org.jclouds.route53.features   
org.jclouds.route53.xml   
 

Uses of Change in org.jclouds.route53
 

Methods in org.jclouds.route53 that return Change
 Change Route53Api.getChange(String changeID)
          returns the current status of a change batch request.
 

Uses of Change in org.jclouds.route53.domain
 

Methods in org.jclouds.route53.domain that return Change
static Change Change.create(String id, Change.Status status, Date submittedAt)
           
 Change NewHostedZone.getChange()
          the zone creation event
 

Methods in org.jclouds.route53.domain with parameters of type Change
static NewHostedZone NewHostedZone.create(HostedZoneAndNameServers zone, Change change)
           
 

Uses of Change in org.jclouds.route53.features
 

Methods in org.jclouds.route53.features that return Change
 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 zoneId)
          This action deletes a hosted zone.
 

Uses of Change in org.jclouds.route53.xml
 

Methods in org.jclouds.route53.xml that return Change
 Change ChangeHandler.getResult()
           
 



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