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 StopStatusStopStatus. fromValue(String value)Use this in place of valueOf.static StopStatusStopStatus. 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 voidStopDeploymentResult. setStatus(StopStatus status)The status of the stop deployment operation:StopDeploymentResultStopDeploymentResult. withStatus(StopStatus status)The status of the stop deployment operation:
-