Uses of Class
com.amazonaws.services.route53domains.model.OperationStatus
-
Packages that use OperationStatus Package Description com.amazonaws.services.route53domains.model -
-
Uses of OperationStatus in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return OperationStatus Modifier and Type Method Description static OperationStatusOperationStatus. fromValue(String value)Use this in place of valueOf.static OperationStatusOperationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationStatus[]OperationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.route53domains.model with parameters of type OperationStatus Modifier and Type Method Description voidGetOperationDetailResult. setStatus(OperationStatus status)The current status of the requested operation in the system.voidOperationSummary. setStatus(OperationStatus status)The current status of the requested operation in the system.GetOperationDetailResultGetOperationDetailResult. withStatus(OperationStatus status)The current status of the requested operation in the system.OperationSummaryOperationSummary. withStatus(OperationStatus status)The current status of the requested operation in the system.
-