Uses of Class
com.amazonaws.services.route53.model.ChangeAction
-
Packages that use ChangeAction Package Description com.amazonaws.services.route53.model -
-
Uses of ChangeAction in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ChangeAction Modifier and Type Method Description static ChangeAction
ChangeAction. fromValue(String value)
Use this in place of valueOf.static ChangeAction
ChangeAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChangeAction[]
ChangeAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.route53.model with parameters of type ChangeAction Modifier and Type Method Description void
Change. setAction(ChangeAction action)
The action to perform:Change
Change. withAction(ChangeAction action)
The action to perform:Constructors in com.amazonaws.services.route53.model with parameters of type ChangeAction Constructor Description Change(ChangeAction action, ResourceRecordSet resourceRecordSet)
Constructs a new Change object.
-