Uses of Class
software.amazon.awssdk.services.sfn.model.InvalidLoggingConfigurationException
-
Packages that use InvalidLoggingConfigurationException Package Description software.amazon.awssdk.services.sfn Step Functions -
-
Uses of InvalidLoggingConfigurationException in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that throw InvalidLoggingConfigurationException 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.
-