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