| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetLabel |
TargetLabel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TargetLabel |
InstanceTarget.instanceLabel()
A label that identifies whether the instance is an original target (
BLUE) or a replacement target (
GREEN). |
TargetLabel |
ECSTaskSet.taskSetLabel()
A label that identifies whether the ECS task set is an original target (
BLUE) or a replacement
target (GREEN). |
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 |
|---|---|
static Set<TargetLabel> |
TargetLabel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InstanceTarget.Builder |
InstanceTarget.Builder.instanceLabel(TargetLabel instanceLabel)
A label that identifies whether the instance is an original target (
BLUE) or a replacement
target (GREEN). |
ECSTaskSet.Builder |
ECSTaskSet.Builder.taskSetLabel(TargetLabel taskSetLabel)
A label that identifies whether the ECS task set is an original target (
BLUE) or a replacement
target (GREEN). |
Copyright © 2019. All rights reserved.