Uses of Class
software.amazon.awssdk.services.devopsguru.model.CloudWatchMetricsStat
-
Packages that use CloudWatchMetricsStat Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of CloudWatchMetricsStat in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return CloudWatchMetricsStat Modifier and Type Method Description static CloudWatchMetricsStatCloudWatchMetricsStat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CloudWatchMetricsStatCloudWatchMetricsDetail. stat()The type of statistic associated with the CloudWatch metric.static CloudWatchMetricsStatCloudWatchMetricsStat. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudWatchMetricsStat[]CloudWatchMetricsStat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type CloudWatchMetricsStat Modifier and Type Method Description static Set<CloudWatchMetricsStat>CloudWatchMetricsStat. knownValues()Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type CloudWatchMetricsStat Modifier and Type Method Description CloudWatchMetricsDetail.BuilderCloudWatchMetricsDetail.Builder. stat(CloudWatchMetricsStat stat)The type of statistic associated with the CloudWatch metric.
-