Uses of Class
software.amazon.awssdk.services.iot.model.AggregationType
-
Packages that use AggregationType Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AggregationType in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AggregationType Modifier and Type Method Description AggregationTypeCreateFleetMetricRequest. aggregationType()The type of the aggregation query.AggregationTypeDescribeFleetMetricResponse. aggregationType()The type of the aggregation query.AggregationTypeUpdateFleetMetricRequest. aggregationType()The type of the aggregation query.Methods in software.amazon.awssdk.services.iot.model with parameters of type AggregationType Modifier and Type Method Description CreateFleetMetricRequest.BuilderCreateFleetMetricRequest.Builder. aggregationType(AggregationType aggregationType)The type of the aggregation query.DescribeFleetMetricResponse.BuilderDescribeFleetMetricResponse.Builder. aggregationType(AggregationType aggregationType)The type of the aggregation query.UpdateFleetMetricRequest.BuilderUpdateFleetMetricRequest.Builder. aggregationType(AggregationType aggregationType)The type of the aggregation query.
-