Uses of Class
software.amazon.awssdk.services.sfn.model.MockResponseValidationMode
-
Packages that use MockResponseValidationMode Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of MockResponseValidationMode in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return MockResponseValidationMode Modifier and Type Method Description MockResponseValidationModeMockInput. fieldValidationMode()Determines the level of strictness when validating mocked results against their respective API models.static MockResponseValidationModeMockResponseValidationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MockResponseValidationModeMockResponseValidationMode. valueOf(String name)Returns 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 MockResponseValidationMode Modifier and Type Method Description static Set<MockResponseValidationMode>MockResponseValidationMode. knownValues()Methods in software.amazon.awssdk.services.sfn.model with parameters of type MockResponseValidationMode Modifier and Type Method Description MockInput.BuilderMockInput.Builder. fieldValidationMode(MockResponseValidationMode fieldValidationMode)Determines the level of strictness when validating mocked results against their respective API models.
-