Uses of Class
software.amazon.awssdk.services.lightsail.model.DistributionMetricName
-
Packages that use DistributionMetricName Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of DistributionMetricName in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return DistributionMetricName Modifier and Type Method Description static DistributionMetricNameDistributionMetricName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DistributionMetricNameGetDistributionMetricDataRequest. metricName()The metric for which you want to return information.DistributionMetricNameGetDistributionMetricDataResponse. metricName()The name of the metric returned.static DistributionMetricNameDistributionMetricName. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributionMetricName[]DistributionMetricName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type DistributionMetricName Modifier and Type Method Description static Set<DistributionMetricName>DistributionMetricName. knownValues()Methods in software.amazon.awssdk.services.lightsail.model with parameters of type DistributionMetricName Modifier and Type Method Description GetDistributionMetricDataRequest.BuilderGetDistributionMetricDataRequest.Builder. metricName(DistributionMetricName metricName)The metric for which you want to return information.GetDistributionMetricDataResponse.BuilderGetDistributionMetricDataResponse.Builder. metricName(DistributionMetricName metricName)The name of the metric returned.
-