Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
static Result |
Result.fromValue(String value)
Use this in place of valueOf.
|
static Result |
Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Result[] |
Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FailureConditions |
FailureConditions.withResult(Result result)
The specified result for when the failure conditions are met, such as rolling back the stage.
|
Condition |
Condition.withResult(Result result)
The action to be done when the condition is met.
|
Copyright © 2025. All rights reserved.