Uses of Class
software.amazon.awssdk.services.codedeploy.model.TargetLabel
-
Packages that use TargetLabel Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of TargetLabel in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return TargetLabel Modifier and Type Method Description static TargetLabelTargetLabel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TargetLabelInstanceTarget. instanceLabel()A label that identifies whether the instance is an original target (BLUE) or a replacement target (GREEN).TargetLabelECSTaskSet. taskSetLabel()A label that identifies whether the ECS task set is an original target (BLUE) or a replacement target (GREEN).static TargetLabelTargetLabel. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetLabel[]TargetLabel. 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 TargetLabel Modifier and Type Method Description static Set<TargetLabel>TargetLabel. knownValues()Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type TargetLabel Modifier and Type Method Description InstanceTarget.BuilderInstanceTarget.Builder. instanceLabel(TargetLabel instanceLabel)A label that identifies whether the instance is an original target (BLUE) or a replacement target (GREEN).ECSTaskSet.BuilderECSTaskSet.Builder. taskSetLabel(TargetLabel taskSetLabel)A label that identifies whether the ECS task set is an original target (BLUE) or a replacement target (GREEN).
-