Uses of Class
software.amazon.awssdk.services.lightsail.model.MetricStatistic
-
Packages that use MetricStatistic Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of MetricStatistic in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return MetricStatistic Modifier and Type Method Description static MetricStatisticMetricStatistic. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MetricStatisticAlarm. statistic()The statistic for the metric associated with the alarm.static MetricStatisticMetricStatistic. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricStatistic[]MetricStatistic. 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 MetricStatistic Modifier and Type Method Description static Set<MetricStatistic>MetricStatistic. knownValues()List<MetricStatistic>GetBucketMetricDataRequest. statistics()The statistic for the metric.List<MetricStatistic>GetContainerServiceMetricDataRequest. statistics()The statistic for the metric.List<MetricStatistic>GetDistributionMetricDataRequest. statistics()The statistic for the metric.List<MetricStatistic>GetInstanceMetricDataRequest. statistics()The statistic for the metric.List<MetricStatistic>GetLoadBalancerMetricDataRequest. statistics()The statistic for the metric.List<MetricStatistic>GetRelationalDatabaseMetricDataRequest. statistics()The statistic for the metric.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type MetricStatistic Modifier and Type Method Description Alarm.BuilderAlarm.Builder. statistic(MetricStatistic statistic)The statistic for the metric associated with the alarm.GetBucketMetricDataRequest.BuilderGetBucketMetricDataRequest.Builder. statistics(MetricStatistic... statistics)The statistic for the metric.GetContainerServiceMetricDataRequest.BuilderGetContainerServiceMetricDataRequest.Builder. statistics(MetricStatistic... statistics)The statistic for the metric.GetDistributionMetricDataRequest.BuilderGetDistributionMetricDataRequest.Builder. statistics(MetricStatistic... statistics)The statistic for the metric.GetInstanceMetricDataRequest.BuilderGetInstanceMetricDataRequest.Builder. statistics(MetricStatistic... statistics)The statistic for the metric.GetLoadBalancerMetricDataRequest.BuilderGetLoadBalancerMetricDataRequest.Builder. statistics(MetricStatistic... statistics)The statistic for the metric.GetRelationalDatabaseMetricDataRequest.BuilderGetRelationalDatabaseMetricDataRequest.Builder. statistics(MetricStatistic... statistics)The statistic for the metric.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type MetricStatistic Modifier and Type Method Description GetBucketMetricDataRequest.BuilderGetBucketMetricDataRequest.Builder. statistics(Collection<MetricStatistic> statistics)The statistic for the metric.GetContainerServiceMetricDataRequest.BuilderGetContainerServiceMetricDataRequest.Builder. statistics(Collection<MetricStatistic> statistics)The statistic for the metric.GetDistributionMetricDataRequest.BuilderGetDistributionMetricDataRequest.Builder. statistics(Collection<MetricStatistic> statistics)The statistic for the metric.GetInstanceMetricDataRequest.BuilderGetInstanceMetricDataRequest.Builder. statistics(Collection<MetricStatistic> statistics)The statistic for the metric.GetLoadBalancerMetricDataRequest.BuilderGetLoadBalancerMetricDataRequest.Builder. statistics(Collection<MetricStatistic> statistics)The statistic for the metric.GetRelationalDatabaseMetricDataRequest.BuilderGetRelationalDatabaseMetricDataRequest.Builder. statistics(Collection<MetricStatistic> statistics)The statistic for the metric.
-