Uses of Enum
software.amazon.awssdk.services.sfn.model.SyncExecutionStatus
Packages that use SyncExecutionStatus
-
Uses of SyncExecutionStatus in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return SyncExecutionStatusModifier and TypeMethodDescriptionstatic SyncExecutionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SyncExecutionStatusStartSyncExecutionResponse.status()The current status of the execution.static SyncExecutionStatusReturns 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.Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type SyncExecutionStatusModifier and TypeMethodDescriptionstatic Set<SyncExecutionStatus>SyncExecutionStatus.knownValues()Methods in software.amazon.awssdk.services.sfn.model with parameters of type SyncExecutionStatusModifier and TypeMethodDescriptionStartSyncExecutionResponse.Builder.status(SyncExecutionStatus status) The current status of the execution.