Uses of Class
com.amazonaws.services.codedeploy.model.StopStatus
-
Packages that use StopStatus Package Description com.amazonaws.services.codedeploy.model -
-
Uses of StopStatus in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return StopStatus Modifier and Type Method Description static StopStatus
StopStatus. fromValue(String value)
Use this in place of valueOf.static StopStatus
StopStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static StopStatus[]
StopStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.codedeploy.model with parameters of type StopStatus Modifier and Type Method Description void
StopDeploymentResult. setStatus(StopStatus status)
The status of the stop deployment operation:StopDeploymentResult
StopDeploymentResult. withStatus(StopStatus status)
The status of the stop deployment operation:
-