Uses of Class
software.amazon.awssdk.services.sfn.model.TestStateResponse
-
Packages that use TestStateResponse Package Description software.amazon.awssdk.services.sfn Step Functions -
-
Uses of TestStateResponse in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return TestStateResponse Modifier and Type Method Description default TestStateResponseSfnClient. testState(Consumer<TestStateRequest.Builder> 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.Methods in software.amazon.awssdk.services.sfn that return types with arguments of type TestStateResponse Modifier and Type Method Description default CompletableFuture<TestStateResponse>SfnAsyncClient. testState(Consumer<TestStateRequest.Builder> testStateRequest)Accepts the definition of a single state and executes it.default CompletableFuture<TestStateResponse>SfnAsyncClient. testState(TestStateRequest testStateRequest)Accepts the definition of a single state and executes it.
-