Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
static TargetStatus |
TargetStatus.fromValue(String value)
Use this in place of valueOf.
|
static TargetStatus |
TargetStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetStatus[] |
TargetStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CloudFormationTarget |
CloudFormationTarget.withStatus(TargetStatus status)
The status of an CloudFormation blue/green deployment's target application.
|
ECSTarget |
ECSTarget.withStatus(TargetStatus status)
The status an Amazon ECS deployment's target ECS application.
|
LambdaTarget |
LambdaTarget.withStatus(TargetStatus status)
The status an Lambda deployment's target Lambda function.
|
InstanceTarget |
InstanceTarget.withStatus(TargetStatus status)
The status an EC2/On-premises deployment's target instance.
|
Copyright © 2023. All rights reserved.