Uses of Enum
software.amazon.awssdk.services.sfn.model.MockResponseValidationMode
Packages that use MockResponseValidationMode
-
Uses of MockResponseValidationMode in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return MockResponseValidationModeModifier and TypeMethodDescriptionMockInput.fieldValidationMode()Determines the level of strictness when validating mocked results against their respective API models.static MockResponseValidationModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static MockResponseValidationModeReturns the enum constant of this type with the specified name.static MockResponseValidationMode[]MockResponseValidationMode.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 MockResponseValidationModeModifier and TypeMethodDescriptionstatic Set<MockResponseValidationMode>MockResponseValidationMode.knownValues()Methods in software.amazon.awssdk.services.sfn.model with parameters of type MockResponseValidationModeModifier and TypeMethodDescriptionMockInput.Builder.fieldValidationMode(MockResponseValidationMode fieldValidationMode) Determines the level of strictness when validating mocked results against their respective API models.