| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static WidgetAggregator |
WidgetAggregator.AVERAGE |
static WidgetAggregator |
WidgetAggregator.LAST |
static WidgetAggregator |
WidgetAggregator.MAXIMUM |
static WidgetAggregator |
WidgetAggregator.MINIMUM |
static WidgetAggregator |
WidgetAggregator.PERCENTILE |
static WidgetAggregator |
WidgetAggregator.SUM |
| Modifier and Type | Method and Description |
|---|---|
static WidgetAggregator |
WidgetAggregator.fromValue(String value) |
WidgetAggregator |
FormulaAndFunctionCloudCostQueryDefinition.getAggregator()
Aggregator used for the request.
|
WidgetAggregator |
TableWidgetRequest.getAggregator()
Aggregator used for the request.
|
WidgetAggregator |
QueryValueWidgetRequest.getAggregator()
Aggregator used for the request.
|
| Modifier and Type | Method and Description |
|---|---|
FormulaAndFunctionCloudCostQueryDefinition |
FormulaAndFunctionCloudCostQueryDefinition.aggregator(WidgetAggregator aggregator) |
TableWidgetRequest |
TableWidgetRequest.aggregator(WidgetAggregator aggregator) |
QueryValueWidgetRequest |
QueryValueWidgetRequest.aggregator(WidgetAggregator aggregator) |
void |
WidgetAggregator.WidgetAggregatorSerializer.serialize(WidgetAggregator value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
FormulaAndFunctionCloudCostQueryDefinition.setAggregator(WidgetAggregator aggregator) |
void |
TableWidgetRequest.setAggregator(WidgetAggregator aggregator) |
void |
QueryValueWidgetRequest.setAggregator(WidgetAggregator aggregator) |
| Constructor and Description |
|---|
WidgetAggregatorSerializer(Class<WidgetAggregator> t) |
Copyright © 2024. All rights reserved.