Uses of Enum
com.amazonaws.services.route53domains.model.OperationStatus
Packages that use OperationStatus
-
Uses of OperationStatus in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return OperationStatusModifier and TypeMethodDescriptionstatic OperationStatus
Use this in place of valueOf.static OperationStatus
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 OperationStatusModifier and TypeMethodDescriptionvoid
GetOperationDetailResult.setStatus
(OperationStatus status) The current status of the requested operation in the system.void
OperationSummary.setStatus
(OperationStatus status) The current status of the requested operation in the system.GetOperationDetailResult.withStatus
(OperationStatus status) The current status of the requested operation in the system.OperationSummary.withStatus
(OperationStatus status) The current status of the requested operation in the system.