Uses of Enum
software.amazon.awssdk.services.sfn.model.TestExecutionStatus
Packages that use TestExecutionStatus
-
Uses of TestExecutionStatus in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return TestExecutionStatusModifier and TypeMethodDescriptionstatic TestExecutionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TestExecutionStatusTestStateResponse.status()The execution status of the state.static TestExecutionStatusReturns the enum constant of this type with the specified name.static TestExecutionStatus[]TestExecutionStatus.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 TestExecutionStatusModifier and TypeMethodDescriptionstatic Set<TestExecutionStatus>TestExecutionStatus.knownValues()Methods in software.amazon.awssdk.services.sfn.model with parameters of type TestExecutionStatusModifier and TypeMethodDescriptionTestStateResponse.Builder.status(TestExecutionStatus status) The execution status of the state.