| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static MetricsLevel |
MetricsLevel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MetricsLevel |
MonitoringConfiguration.metricsLevel()
Describes the granularity of the CloudWatch Logs for an application.
|
MetricsLevel |
MonitoringConfigurationDescription.metricsLevel()
Describes the granularity of the CloudWatch Logs for an application.
|
MetricsLevel |
MonitoringConfigurationUpdate.metricsLevelUpdate()
Describes updates to the granularity of the CloudWatch Logs for an application.
|
static MetricsLevel |
MetricsLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricsLevel[] |
MetricsLevel.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<MetricsLevel> |
MetricsLevel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MonitoringConfiguration.Builder |
MonitoringConfiguration.Builder.metricsLevel(MetricsLevel metricsLevel)
Describes the granularity of the CloudWatch Logs for an application.
|
MonitoringConfigurationDescription.Builder |
MonitoringConfigurationDescription.Builder.metricsLevel(MetricsLevel metricsLevel)
Describes the granularity of the CloudWatch Logs for an application.
|
MonitoringConfigurationUpdate.Builder |
MonitoringConfigurationUpdate.Builder.metricsLevelUpdate(MetricsLevel metricsLevelUpdate)
Describes updates to the granularity of the CloudWatch Logs for an application.
|
Copyright © 2022. All rights reserved.