Uses of Class
software.amazon.awssdk.services.devopsguru.model.CloudWatchMetricDataStatusCode
-
Packages that use CloudWatchMetricDataStatusCode Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of CloudWatchMetricDataStatusCode in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return CloudWatchMetricDataStatusCode Modifier and Type Method Description static CloudWatchMetricDataStatusCodeCloudWatchMetricDataStatusCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CloudWatchMetricDataStatusCodeCloudWatchMetricsDataSummary. statusCode()This is an enum of the status showing whether the metric value pair list has partial or complete data, or if there was an error.static CloudWatchMetricDataStatusCodeCloudWatchMetricDataStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudWatchMetricDataStatusCode[]CloudWatchMetricDataStatusCode. 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 CloudWatchMetricDataStatusCode Modifier and Type Method Description static Set<CloudWatchMetricDataStatusCode>CloudWatchMetricDataStatusCode. knownValues()Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type CloudWatchMetricDataStatusCode Modifier and Type Method Description CloudWatchMetricsDataSummary.BuilderCloudWatchMetricsDataSummary.Builder. statusCode(CloudWatchMetricDataStatusCode statusCode)This is an enum of the status showing whether the metric value pair list has partial or complete data, or if there was an error.
-