| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static LifecycleEventStatus |
LifecycleEventStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LifecycleEventStatus |
PutLifecycleEventHookExecutionStatusRequest.status()
The result of a Lambda function that validates a deployment lifecycle event (
Succeeded or
Failed). |
LifecycleEventStatus |
LifecycleEvent.status()
The deployment lifecycle event status:
|
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 |
|---|---|
static Set<LifecycleEventStatus> |
LifecycleEventStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PutLifecycleEventHookExecutionStatusRequest.Builder |
PutLifecycleEventHookExecutionStatusRequest.Builder.status(LifecycleEventStatus status)
The result of a Lambda function that validates a deployment lifecycle event (
Succeeded or
Failed). |
LifecycleEvent.Builder |
LifecycleEvent.Builder.status(LifecycleEventStatus status)
The deployment lifecycle event status:
|
Copyright © 2019. All rights reserved.