Uses of Class
org.jclouds.route53.domain.ChangeBatch.Action
-
Packages that use ChangeBatch.Action Package Description org.jclouds.route53.domain -
-
Uses of ChangeBatch.Action in org.jclouds.route53.domain
Methods in org.jclouds.route53.domain that return ChangeBatch.Action Modifier and Type Method Description ChangeBatch.Action
ChangeBatch.ActionOnResourceRecordSet. getAction()
static ChangeBatch.Action
ChangeBatch.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChangeBatch.Action[]
ChangeBatch.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-