Uses of Class
software.amazon.awssdk.services.sfn.model.InvalidDefinitionException
Packages that use InvalidDefinitionException
-
Uses of InvalidDefinitionException in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that throw InvalidDefinitionExceptionModifier and TypeMethodDescriptiondefault CreateStateMachineResponseSfnClient.createStateMachine(Consumer<CreateStateMachineRequest.Builder> createStateMachineRequest) Creates a state machine.default CreateStateMachineResponseSfnClient.createStateMachine(CreateStateMachineRequest createStateMachineRequest) Creates a state machine.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.default UpdateStateMachineResponseSfnClient.updateStateMachine(Consumer<UpdateStateMachineRequest.Builder> updateStateMachineRequest) Updates an existing state machine by modifying itsdefinition,roleArn,loggingConfiguration, orEncryptionConfiguration.default UpdateStateMachineResponseSfnClient.updateStateMachine(UpdateStateMachineRequest updateStateMachineRequest) Updates an existing state machine by modifying itsdefinition,roleArn,loggingConfiguration, orEncryptionConfiguration.