Uses of Class
software.amazon.awssdk.services.sfn.model.TestStateResponse
Packages that use TestStateResponse
-
Uses of TestStateResponse in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return TestStateResponseModifier and TypeMethodDescriptiondefault 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 TestStateResponseModifier and TypeMethodDescriptiondefault 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.