Uses of Enum
com.amazonaws.services.route53.model.ChangeStatus
Packages that use ChangeStatus
-
Uses of ChangeStatus in com.amazonaws.services.route53.model
Subclasses with type arguments of type ChangeStatus in com.amazonaws.services.route53.modelMethods in com.amazonaws.services.route53.model that return ChangeStatusModifier and TypeMethodDescriptionstatic ChangeStatusUse this in place of valueOf.static ChangeStatusReturns 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 TypeMethodDescriptionvoidChangeBatchRecord.setStatus(ChangeStatus status) Deprecated.The current state of the request.voidChangeInfo.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.