Uses of Class
software.amazon.awssdk.services.sfn.model.TestStateRequest
Packages that use TestStateRequest
Package
Description
-
Uses of TestStateRequest in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn with parameters of type TestStateRequestModifier and TypeMethodDescriptiondefault 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 TestStateRequestModifier and TypeMethodDescriptionTestStateRequestMarshaller.marshall(TestStateRequest testStateRequest)