Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.MetricsLevel
-
Packages that use MetricsLevel Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of MetricsLevel in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return MetricsLevel Modifier and Type Method Description static MetricsLevelMetricsLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MetricsLevelMonitoringConfiguration. metricsLevel()Describes the granularity of the CloudWatch Logs for an application.MetricsLevelMonitoringConfigurationDescription. metricsLevel()Describes the granularity of the CloudWatch Logs for an application.MetricsLevelMonitoringConfigurationUpdate. metricsLevelUpdate()Describes updates to the granularity of the CloudWatch Logs for an application.static MetricsLevelMetricsLevel. 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.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type MetricsLevel Modifier and Type Method Description static Set<MetricsLevel>MetricsLevel. knownValues()Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type MetricsLevel Modifier and Type Method Description MonitoringConfiguration.BuilderMonitoringConfiguration.Builder. metricsLevel(MetricsLevel metricsLevel)Describes the granularity of the CloudWatch Logs for an application.MonitoringConfigurationDescription.BuilderMonitoringConfigurationDescription.Builder. metricsLevel(MetricsLevel metricsLevel)Describes the granularity of the CloudWatch Logs for an application.MonitoringConfigurationUpdate.BuilderMonitoringConfigurationUpdate.Builder. metricsLevelUpdate(MetricsLevel metricsLevelUpdate)Describes updates to the granularity of the CloudWatch Logs for an application.
-