Uses of Class
software.amazon.awssdk.services.iotwireless.model.SummaryMetricConfiguration
-
Packages that use SummaryMetricConfiguration Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of SummaryMetricConfiguration in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return SummaryMetricConfiguration Modifier and Type Method Description SummaryMetricConfigurationGetMetricConfigurationResponse. summaryMetric()The configuration status of the AWS account for summary metric aggregation.SummaryMetricConfigurationUpdateMetricConfigurationRequest. summaryMetric()The value to be used to set summary metric configuration.Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type SummaryMetricConfiguration Modifier and Type Method Description GetMetricConfigurationResponse.BuilderGetMetricConfigurationResponse.Builder. summaryMetric(SummaryMetricConfiguration summaryMetric)The configuration status of the AWS account for summary metric aggregation.UpdateMetricConfigurationRequest.BuilderUpdateMetricConfigurationRequest.Builder. summaryMetric(SummaryMetricConfiguration summaryMetric)The value to be used to set summary metric configuration.
-