| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetStatus |
TargetStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TargetStatus |
LambdaTarget.status()
The status an AWS Lambda deployment's target Lambda function.
|
TargetStatus |
CloudFormationTarget.status()
The status of an AWS CloudFormation blue/green deployment's target application.
|
TargetStatus |
ECSTarget.status()
The status an Amazon ECS deployment's target ECS application.
|
TargetStatus |
InstanceTarget.status()
The status an EC2/On-premises deployment's target instance.
|
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 |
|---|---|
static Set<TargetStatus> |
TargetStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
LambdaTarget.Builder |
LambdaTarget.Builder.status(TargetStatus status)
The status an AWS Lambda deployment's target Lambda function.
|
CloudFormationTarget.Builder |
CloudFormationTarget.Builder.status(TargetStatus status)
The status of an AWS CloudFormation blue/green deployment's target application.
|
ECSTarget.Builder |
ECSTarget.Builder.status(TargetStatus status)
The status an Amazon ECS deployment's target ECS application.
|
InstanceTarget.Builder |
InstanceTarget.Builder.status(TargetStatus status)
The status an EC2/On-premises deployment's target instance.
|
Copyright © 2021. All rights reserved.