Uses of Class
software.amazon.awssdk.services.iotwireless.model.SummaryMetricQueryResult
-
Packages that use SummaryMetricQueryResult Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of SummaryMetricQueryResult in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type SummaryMetricQueryResult Modifier and Type Method Description List<SummaryMetricQueryResult>GetMetricsResponse. summaryMetricQueryResults()The list of summary metrics that were retrieved.Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type SummaryMetricQueryResult Modifier and Type Method Description GetMetricsResponse.BuilderGetMetricsResponse.Builder. summaryMetricQueryResults(SummaryMetricQueryResult... summaryMetricQueryResults)The list of summary metrics that were retrieved.Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type SummaryMetricQueryResult Modifier and Type Method Description GetMetricsResponse.BuilderGetMetricsResponse.Builder. summaryMetricQueryResults(Collection<SummaryMetricQueryResult> summaryMetricQueryResults)The list of summary metrics that were retrieved.
-