Uses of Class
software.amazon.awssdk.services.sfn.model.TestStateRequest
-
Packages that use TestStateRequest Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.transform -
-
Uses of TestStateRequest in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn with parameters of type TestStateRequest Modifier and Type Method Description default CompletableFuture<TestStateResponse>SfnAsyncClient. testState(TestStateRequest testStateRequest)Accepts the definition of a single state and executes it.default TestStateResponseSfnClient. testState(TestStateRequest testStateRequest)Accepts the definition of a single state and executes it. -
Uses of TestStateRequest in software.amazon.awssdk.services.sfn.transform
Methods in software.amazon.awssdk.services.sfn.transform with parameters of type TestStateRequest Modifier and Type Method Description SdkHttpFullRequestTestStateRequestMarshaller. marshall(TestStateRequest testStateRequest)
-