Uses of Class
software.amazon.awssdk.services.codedeploy.model.StopStatus
-
Packages that use StopStatus Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of StopStatus in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return StopStatus Modifier and Type Method Description static StopStatusStopStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StopStatusStopDeploymentResponse. status()The status of the stop deployment operation: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 software.amazon.awssdk.services.codedeploy.model that return types with arguments of type StopStatus Modifier and Type Method Description static Set<StopStatus>StopStatus. knownValues()Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type StopStatus Modifier and Type Method Description StopDeploymentResponse.BuilderStopDeploymentResponse.Builder. status(StopStatus status)The status of the stop deployment operation:
-