Uses of Class
software.amazon.awssdk.services.iotwireless.model.AggregationPeriod
-
Packages that use AggregationPeriod Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of AggregationPeriod in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return AggregationPeriod Modifier and Type Method Description AggregationPeriodSummaryMetricQuery. aggregationPeriod()The aggregation period of the summary metric.AggregationPeriodSummaryMetricQueryResult. aggregationPeriod()The aggregation period of the metric.static AggregationPeriodAggregationPeriod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AggregationPeriodAggregationPeriod. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationPeriod[]AggregationPeriod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type AggregationPeriod Modifier and Type Method Description static Set<AggregationPeriod>AggregationPeriod. knownValues()Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type AggregationPeriod Modifier and Type Method Description SummaryMetricQuery.BuilderSummaryMetricQuery.Builder. aggregationPeriod(AggregationPeriod aggregationPeriod)The aggregation period of the summary metric.SummaryMetricQueryResult.BuilderSummaryMetricQueryResult.Builder. aggregationPeriod(AggregationPeriod aggregationPeriod)The aggregation period of the metric.
-