| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AggregationType |
AggregationType.clone() |
AggregationType |
DescribeFleetMetricResult.getAggregationType()
The type of the aggregation query.
|
AggregationType |
CreateFleetMetricRequest.getAggregationType()
The type of the aggregation query.
|
AggregationType |
UpdateFleetMetricRequest.getAggregationType()
The type of the aggregation query.
|
AggregationType |
AggregationType.withName(AggregationTypeName name)
The name of the aggregation type.
|
AggregationType |
AggregationType.withName(String name)
The name of the aggregation type.
|
AggregationType |
AggregationType.withValues(Collection<String> values)
A list of the values of aggregation types.
|
AggregationType |
AggregationType.withValues(String... values)
A list of the values of aggregation types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFleetMetricResult.setAggregationType(AggregationType aggregationType)
The type of the aggregation query.
|
void |
CreateFleetMetricRequest.setAggregationType(AggregationType aggregationType)
The type of the aggregation query.
|
void |
UpdateFleetMetricRequest.setAggregationType(AggregationType aggregationType)
The type of the aggregation query.
|
DescribeFleetMetricResult |
DescribeFleetMetricResult.withAggregationType(AggregationType aggregationType)
The type of the aggregation query.
|
CreateFleetMetricRequest |
CreateFleetMetricRequest.withAggregationType(AggregationType aggregationType)
The type of the aggregation query.
|
UpdateFleetMetricRequest |
UpdateFleetMetricRequest.withAggregationType(AggregationType aggregationType)
The type of the aggregation query.
|
Copyright © 2024. All rights reserved.