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 ChangeStatus
ChangeStatus. fromValue(String value)
Use this in place of valueOf.static ChangeStatus
ChangeStatus. 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 void
ChangeBatchRecord. setStatus(ChangeStatus status)
Deprecated.The current state of the request.void
ChangeInfo. setStatus(ChangeStatus status)
The current state of the request.ChangeBatchRecord
ChangeBatchRecord. withStatus(ChangeStatus status)
Deprecated.The current state of the request.ChangeInfo
ChangeInfo. 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.
-