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

Packages that use Change.Status
org.jclouds.route53.domain   
 

Uses of Change.Status in org.jclouds.route53.domain
 

Methods in org.jclouds.route53.domain that return Change.Status
static Change.Status Change.Status.fromValue(String status)
           
 Change.Status Change.getStatus()
          The current status of the change batch request.
static Change.Status Change.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Change.Status[] Change.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.route53.domain with parameters of type Change.Status
static Change Change.create(String id, Change.Status status, Date submittedAt)
           
 



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