| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Method and Description | 
|---|---|
static SyncExecutionStatus | 
SyncExecutionStatus.fromValue(String value)
Use this in place of valueOf. 
 | 
static SyncExecutionStatus | 
SyncExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SyncExecutionStatus[] | 
SyncExecutionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StartSyncExecutionResult | 
StartSyncExecutionResult.withStatus(SyncExecutionStatus status)
 The current status of the execution. 
 | 
Copyright © 2021. All rights reserved.