Uses of Enum Class
org.jclouds.route53.domain.Change.Status
Packages that use Change.Status
-
Uses of Change.Status in org.jclouds.route53.domain
Methods in org.jclouds.route53.domain that return Change.StatusModifier and TypeMethodDescriptionstatic Change.Status
Change.getStatus()
The current status of the change batch request.static Change.Status
Returns the enum constant of this class with the specified name.static Change.Status[]
Change.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.route53.domain with parameters of type Change.StatusModifier and TypeMethodDescriptionstatic Change
Change.create
(String id, Change.Status status, Date submittedAt)