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:
|
LifecycleEvent |
LifecycleEvent.withStatus(LifecycleEventStatus status)
The deployment lifecycle event status:
|
Copyright © 2017. All rights reserved.