Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.LogLevel
-
Packages that use LogLevel Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of LogLevel in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return LogLevel Modifier and Type Method Description static LogLevelLogLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LogLevelMonitoringConfiguration. logLevel()Describes the verbosity of the CloudWatch Logs for an application.LogLevelMonitoringConfigurationDescription. logLevel()Describes the verbosity of the CloudWatch Logs for an application.LogLevelZeppelinMonitoringConfiguration. logLevel()The verbosity of the CloudWatch Logs for an application.LogLevelZeppelinMonitoringConfigurationDescription. logLevel()Describes the verbosity of the CloudWatch Logs for an application.LogLevelMonitoringConfigurationUpdate. logLevelUpdate()Describes updates to the verbosity of the CloudWatch Logs for an application.LogLevelZeppelinMonitoringConfigurationUpdate. logLevelUpdate()Updates to the logging level for Apache Zeppelin within a Managed Service for Apache Flink Studio notebook.static LogLevelLogLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static LogLevel[]LogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type LogLevel Modifier and Type Method Description static Set<LogLevel>LogLevel. knownValues()Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type LogLevel Modifier and Type Method Description MonitoringConfiguration.BuilderMonitoringConfiguration.Builder. logLevel(LogLevel logLevel)Describes the verbosity of the CloudWatch Logs for an application.MonitoringConfigurationDescription.BuilderMonitoringConfigurationDescription.Builder. logLevel(LogLevel logLevel)Describes the verbosity of the CloudWatch Logs for an application.ZeppelinMonitoringConfiguration.BuilderZeppelinMonitoringConfiguration.Builder. logLevel(LogLevel logLevel)The verbosity of the CloudWatch Logs for an application.ZeppelinMonitoringConfigurationDescription.BuilderZeppelinMonitoringConfigurationDescription.Builder. logLevel(LogLevel logLevel)Describes the verbosity of the CloudWatch Logs for an application.MonitoringConfigurationUpdate.BuilderMonitoringConfigurationUpdate.Builder. logLevelUpdate(LogLevel logLevelUpdate)Describes updates to the verbosity of the CloudWatch Logs for an application.ZeppelinMonitoringConfigurationUpdate.BuilderZeppelinMonitoringConfigurationUpdate.Builder. logLevelUpdate(LogLevel logLevelUpdate)Updates to the logging level for Apache Zeppelin within a Managed Service for Apache Flink Studio notebook.
-