Uses of Class
com.amazonaws.services.codedeploy.model.InstanceStatus
-
Packages that use InstanceStatus Package Description com.amazonaws.services.codedeploy.model -
-
Uses of InstanceStatus in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return InstanceStatus Modifier and Type Method Description static InstanceStatusInstanceStatus. fromValue(String value)Use this in place of valueOf.static InstanceStatusInstanceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceStatus[]InstanceStatus. 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 InstanceStatus Modifier and Type Method Description voidInstanceSummary. setStatus(InstanceStatus status)The deployment status for this instance:ListDeploymentInstancesRequestListDeploymentInstancesRequest. withInstanceStatusFilter(InstanceStatus... instanceStatusFilter)A subset of instances to list by status:InstanceSummaryInstanceSummary. withStatus(InstanceStatus status)The deployment status for this instance:
-