Uses of Enum
com.amazonaws.services.route53.model.ChangeAction
Packages that use ChangeAction
-
Uses of ChangeAction in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ChangeActionModifier and TypeMethodDescriptionstatic ChangeAction
Use this in place of valueOf.static ChangeAction
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 ChangeActionModifier and TypeMethodDescriptionvoid
Change.setAction
(ChangeAction action) The action to perform:Change.withAction
(ChangeAction action) The action to perform:Constructors in com.amazonaws.services.route53.model with parameters of type ChangeActionModifierConstructorDescriptionChange
(ChangeAction action, ResourceRecordSet resourceRecordSet) Constructs a new Change object.