Uses of Class
software.amazon.awssdk.services.sfn.model.LoggingConfiguration
Packages that use LoggingConfiguration
-
Uses of LoggingConfiguration in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return LoggingConfigurationModifier and TypeMethodDescriptionfinal LoggingConfigurationCreateStateMachineRequest.loggingConfiguration()Defines what execution history events are logged and where they are logged.final LoggingConfigurationDescribeStateMachineForExecutionResponse.loggingConfiguration()Returns the value of the LoggingConfiguration property for this object.final LoggingConfigurationDescribeStateMachineResponse.loggingConfiguration()Returns the value of the LoggingConfiguration property for this object.final LoggingConfigurationUpdateStateMachineRequest.loggingConfiguration()Use theLoggingConfigurationdata type to set CloudWatch Logs options.Methods in software.amazon.awssdk.services.sfn.model with parameters of type LoggingConfigurationModifier and TypeMethodDescriptionCreateStateMachineRequest.Builder.loggingConfiguration(LoggingConfiguration loggingConfiguration) Defines what execution history events are logged and where they are logged.DescribeStateMachineForExecutionResponse.Builder.loggingConfiguration(LoggingConfiguration loggingConfiguration) Sets the value of the LoggingConfiguration property for this object.DescribeStateMachineResponse.Builder.loggingConfiguration(LoggingConfiguration loggingConfiguration) Sets the value of the LoggingConfiguration property for this object.UpdateStateMachineRequest.Builder.loggingConfiguration(LoggingConfiguration loggingConfiguration) Use theLoggingConfigurationdata type to set CloudWatch Logs options.