Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
static TargetLabel |
TargetLabel.fromValue(String value)
Use this in place of valueOf.
|
static TargetLabel |
TargetLabel.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.
|
Modifier and Type | Method and Description |
---|---|
InstanceTarget |
InstanceTarget.withInstanceLabel(TargetLabel instanceLabel)
A label that identifies whether the instance is an original target (
BLUE ) or a replacement target (
GREEN ). |
ECSTaskSet |
ECSTaskSet.withTaskSetLabel(TargetLabel taskSetLabel)
A label that identifies whether the ECS task set is an original target (
BLUE ) or a replacement
target (GREEN ). |
Copyright © 2021. All rights reserved.