Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
static LifecycleEventStatus |
LifecycleEventStatus.fromValue(String value)
Use this in place of valueOf.
|
static LifecycleEventStatus |
LifecycleEventStatus.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.
|
Modifier and Type | Method and Description |
---|---|
void |
LifecycleEvent.setStatus(LifecycleEventStatus status)
The deployment lifecycle event status:
|
PutLifecycleEventHookExecutionStatusRequest |
PutLifecycleEventHookExecutionStatusRequest.withStatus(LifecycleEventStatus status)
The result of a Lambda function that validates a deployment lifecycle event.
|
LifecycleEvent |
LifecycleEvent.withStatus(LifecycleEventStatus status)
The deployment lifecycle event status:
|
Copyright © 2021. All rights reserved.