Uses of Class
org.jclouds.route53.domain.Change.Status
-
Packages that use Change.Status Package Description org.jclouds.route53.domain -
-
Uses of Change.Status in org.jclouds.route53.domain
Methods in org.jclouds.route53.domain that return Change.Status Modifier and Type Method 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.Methods in org.jclouds.route53.domain with parameters of type Change.Status Modifier and Type Method Description static Change
Change. create(String id, Change.Status status, Date submittedAt)
-