Uses of Enum
software.amazon.awssdk.services.sfn.model.StateMachineStatus
Packages that use StateMachineStatus
-
Uses of StateMachineStatus in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return StateMachineStatusModifier and TypeMethodDescriptionstatic StateMachineStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StateMachineStatusDescribeStateMachineResponse.status()The current status of the state machine.static StateMachineStatusReturns the enum constant of this type with the specified name.static StateMachineStatus[]StateMachineStatus.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 StateMachineStatusModifier and TypeMethodDescriptionstatic Set<StateMachineStatus>StateMachineStatus.knownValues()Methods in software.amazon.awssdk.services.sfn.model with parameters of type StateMachineStatusModifier and TypeMethodDescriptionDescribeStateMachineResponse.Builder.status(StateMachineStatus status) The current status of the state machine.