| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static LogLevel |
LogLevel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LogLevel |
ZeppelinMonitoringConfigurationDescription.logLevel()
Describes the verbosity of the CloudWatch Logs for an application.
|
LogLevel |
MonitoringConfiguration.logLevel()
Describes the verbosity of the CloudWatch Logs for an application.
|
LogLevel |
ZeppelinMonitoringConfiguration.logLevel()
The verbosity of the CloudWatch Logs for an application.
|
LogLevel |
MonitoringConfigurationDescription.logLevel()
Describes the verbosity of the CloudWatch Logs for an application.
|
LogLevel |
MonitoringConfigurationUpdate.logLevelUpdate()
Describes updates to the verbosity of the CloudWatch Logs for an application.
|
LogLevel |
ZeppelinMonitoringConfigurationUpdate.logLevelUpdate()
Updates to the logging level for Apache Zeppelin within a Kinesis Data Analytics Studio notebook.
|
static LogLevel |
LogLevel.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LogLevel> |
LogLevel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ZeppelinMonitoringConfigurationDescription.Builder |
ZeppelinMonitoringConfigurationDescription.Builder.logLevel(LogLevel logLevel)
Describes the verbosity of the CloudWatch Logs for an application.
|
MonitoringConfiguration.Builder |
MonitoringConfiguration.Builder.logLevel(LogLevel logLevel)
Describes the verbosity of the CloudWatch Logs for an application.
|
ZeppelinMonitoringConfiguration.Builder |
ZeppelinMonitoringConfiguration.Builder.logLevel(LogLevel logLevel)
The verbosity of the CloudWatch Logs for an application.
|
MonitoringConfigurationDescription.Builder |
MonitoringConfigurationDescription.Builder.logLevel(LogLevel logLevel)
Describes the verbosity of the CloudWatch Logs for an application.
|
MonitoringConfigurationUpdate.Builder |
MonitoringConfigurationUpdate.Builder.logLevelUpdate(LogLevel logLevelUpdate)
Describes updates to the verbosity of the CloudWatch Logs for an application.
|
ZeppelinMonitoringConfigurationUpdate.Builder |
ZeppelinMonitoringConfigurationUpdate.Builder.logLevelUpdate(LogLevel logLevelUpdate)
Updates to the logging level for Apache Zeppelin within a Kinesis Data Analytics Studio notebook.
|
Copyright © 2022. All rights reserved.