Uses of Class
software.amazon.awssdk.services.codedeploy.model.TargetStatus
-
Packages that use TargetStatus Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of TargetStatus in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return TargetStatus Modifier and Type Method Description static TargetStatusTargetStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TargetStatusCloudFormationTarget. status()The status of an CloudFormation blue/green deployment's target application.TargetStatusECSTarget. status()The status an Amazon ECS deployment's target ECS application.TargetStatusInstanceTarget. status()The status an EC2/On-premises deployment's target instance.TargetStatusLambdaTarget. status()The status an Lambda deployment's target Lambda function.static TargetStatusTargetStatus. 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.Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type TargetStatus Modifier and Type Method Description static Set<TargetStatus>TargetStatus. knownValues()Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type TargetStatus Modifier and Type Method Description CloudFormationTarget.BuilderCloudFormationTarget.Builder. status(TargetStatus status)The status of an CloudFormation blue/green deployment's target application.ECSTarget.BuilderECSTarget.Builder. status(TargetStatus status)The status an Amazon ECS deployment's target ECS application.InstanceTarget.BuilderInstanceTarget.Builder. status(TargetStatus status)The status an EC2/On-premises deployment's target instance.LambdaTarget.BuilderLambdaTarget.Builder. status(TargetStatus status)The status an Lambda deployment's target Lambda function.
-