Uses of Class
software.amazon.awssdk.services.sfn.model.InvalidDefinitionException
-
Packages that use InvalidDefinitionException Package Description software.amazon.awssdk.services.sfn Step Functions -
-
Uses of InvalidDefinitionException in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that throw InvalidDefinitionException Modifier and Type Method Description default CreateStateMachineResponseSfnClient. createStateMachine(Consumer<CreateStateMachineRequest.Builder> createStateMachineRequest)Creates a state machine.default CreateStateMachineResponseSfnClient. createStateMachine(CreateStateMachineRequest createStateMachineRequest)Creates a state machine.default UpdateStateMachineResponseSfnClient. updateStateMachine(Consumer<UpdateStateMachineRequest.Builder> updateStateMachineRequest)Updates an existing state machine by modifying itsdefinition,roleArn, orloggingConfiguration.default UpdateStateMachineResponseSfnClient. updateStateMachine(UpdateStateMachineRequest updateStateMachineRequest)Updates an existing state machine by modifying itsdefinition,roleArn, orloggingConfiguration.
-