| Package | Description |
|---|---|
| com.amazonaws.services.stepfunctions.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionRedriveFilter |
ExecutionRedriveFilter.fromValue(String value)
Use this in place of valueOf.
|
static ExecutionRedriveFilter |
ExecutionRedriveFilter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionRedriveFilter[] |
ExecutionRedriveFilter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListExecutionsRequest.setRedriveFilter(ExecutionRedriveFilter redriveFilter)
Sets a filter to list executions based on whether or not they have been redriven.
|
ListExecutionsRequest |
ListExecutionsRequest.withRedriveFilter(ExecutionRedriveFilter redriveFilter)
Sets a filter to list executions based on whether or not they have been redriven.
|
Copyright © 2024. All rights reserved.