Uses of Enum
com.amazonaws.services.route53.model.ChangeStatus
Packages that use ChangeStatus
-
Uses of ChangeStatus in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ChangeStatusModifier and TypeMethodDescriptionstatic ChangeStatus
Use this in place of valueOf.static ChangeStatus
Returns the enum constant of this type with the specified name.static ChangeStatus[]
ChangeStatus.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 ChangeStatusModifier and TypeMethodDescriptionvoid
ChangeBatchRecord.setStatus
(ChangeStatus status) Deprecated.The current state of the request.void
ChangeInfo.setStatus
(ChangeStatus status) The current state of the request.ChangeBatchRecord.withStatus
(ChangeStatus status) Deprecated.The current state of the request.ChangeInfo.withStatus
(ChangeStatus status) The current state of the request.Constructors in com.amazonaws.services.route53.model with parameters of type ChangeStatusModifierConstructorDescriptionChangeInfo
(String id, ChangeStatus status, Date submittedAt) Constructs a new ChangeInfo object.