Uses of Class
software.amazon.awssdk.services.iotwireless.model.MetricQueryStatus
-
Packages that use MetricQueryStatus Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of MetricQueryStatus in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return MetricQueryStatus Modifier and Type Method Description static MetricQueryStatusMetricQueryStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MetricQueryStatusSummaryMetricQueryResult. queryStatus()The status of the metric query.static MetricQueryStatusMetricQueryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricQueryStatus[]MetricQueryStatus. 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 MetricQueryStatus Modifier and Type Method Description static Set<MetricQueryStatus>MetricQueryStatus. knownValues()Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type MetricQueryStatus Modifier and Type Method Description SummaryMetricQueryResult.BuilderSummaryMetricQueryResult.Builder. queryStatus(MetricQueryStatus queryStatus)The status of the metric query.
-