Uses of Class
software.amazon.awssdk.services.codedeploy.model.LifecycleEventStatus
-
Packages that use LifecycleEventStatus Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of LifecycleEventStatus in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return LifecycleEventStatus Modifier and Type Method Description static LifecycleEventStatusLifecycleEventStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LifecycleEventStatusLifecycleEvent. status()The deployment lifecycle event status:LifecycleEventStatusPutLifecycleEventHookExecutionStatusRequest. status()The result of a Lambda function that validates a deployment lifecycle event.static LifecycleEventStatusLifecycleEventStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LifecycleEventStatus[]LifecycleEventStatus. 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 LifecycleEventStatus Modifier and Type Method Description static Set<LifecycleEventStatus>LifecycleEventStatus. knownValues()Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type LifecycleEventStatus Modifier and Type Method Description LifecycleEvent.BuilderLifecycleEvent.Builder. status(LifecycleEventStatus status)The deployment lifecycle event status:PutLifecycleEventHookExecutionStatusRequest.BuilderPutLifecycleEventHookExecutionStatusRequest.Builder. status(LifecycleEventStatus status)The result of a Lambda function that validates a deployment lifecycle event.
-