Uses of Class
software.amazon.awssdk.services.sfn.model.InvalidTracingConfigurationException
-
Packages that use InvalidTracingConfigurationException Package Description software.amazon.awssdk.services.sfn Step Functions -
-
Uses of InvalidTracingConfigurationException in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that throw InvalidTracingConfigurationException 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,loggingConfiguration, orEncryptionConfiguration.default UpdateStateMachineResponseSfnClient. updateStateMachine(UpdateStateMachineRequest updateStateMachineRequest)Updates an existing state machine by modifying itsdefinition,roleArn,loggingConfiguration, orEncryptionConfiguration.
-