Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
static ExecutionRedriveStatus |
ExecutionRedriveStatus.fromValue(String value)
Use this in place of valueOf.
|
static ExecutionRedriveStatus |
ExecutionRedriveStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionRedriveStatus[] |
ExecutionRedriveStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeExecutionResult.setRedriveStatus(ExecutionRedriveStatus redriveStatus)
Indicates whether or not an execution can be redriven at a given point in time.
|
DescribeExecutionResult |
DescribeExecutionResult.withRedriveStatus(ExecutionRedriveStatus redriveStatus)
Indicates whether or not an execution can be redriven at a given point in time.
|
Copyright © 2024. All rights reserved.