Uses of Class
com.amazonaws.services.route53.model.ChangeStatus
-
Packages that use ChangeStatus Package Description com.amazonaws.services.route53.model -
-
Uses of ChangeStatus in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ChangeStatus Modifier and Type Method Description static ChangeStatusChangeStatus. fromValue(String value)Use this in place of valueOf.static ChangeStatusChangeStatus. valueOf(String name)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 ChangeStatus Modifier and Type Method Description voidChangeBatchRecord. setStatus(ChangeStatus status)Deprecated.The current state of the request.voidChangeInfo. setStatus(ChangeStatus status)The current state of the request.ChangeBatchRecordChangeBatchRecord. withStatus(ChangeStatus status)Deprecated.The current state of the request.ChangeInfoChangeInfo. withStatus(ChangeStatus status)The current state of the request.Constructors in com.amazonaws.services.route53.model with parameters of type ChangeStatus Constructor Description ChangeInfo(String id, ChangeStatus status, Date submittedAt)Constructs a new ChangeInfo object.
-