| Package | Description | 
|---|---|
| org.jclouds.route53.domain | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Change | 
Change.create(String id,
      Change.Status status,
      Date submittedAt)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.