| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static MetricTagConfigurationType |
MetricTagConfigurationType.MANAGE_TAGS |
| Modifier and Type | Method and Description |
|---|---|
static MetricTagConfigurationType |
MetricTagConfigurationType.fromValue(String value) |
MetricTagConfigurationType |
MetricTagConfigurationUpdateData.getType()
The metric tag configuration resource type.
|
MetricTagConfigurationType |
MetricTagConfigurationCreateData.getType()
The metric tag configuration resource type.
|
MetricTagConfigurationType |
MetricTagConfiguration.getType()
The metric tag configuration resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricTagConfigurationType.MetricTagConfigurationTypeSerializer.serialize(MetricTagConfigurationType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
MetricTagConfigurationUpdateData.setType(MetricTagConfigurationType type) |
void |
MetricTagConfigurationCreateData.setType(MetricTagConfigurationType type) |
void |
MetricTagConfiguration.setType(MetricTagConfigurationType type) |
MetricTagConfigurationUpdateData |
MetricTagConfigurationUpdateData.type(MetricTagConfigurationType type) |
MetricTagConfigurationCreateData |
MetricTagConfigurationCreateData.type(MetricTagConfigurationType type) |
MetricTagConfiguration |
MetricTagConfiguration.type(MetricTagConfigurationType type) |
| Constructor and Description |
|---|
MetricTagConfigurationCreateData(String id,
MetricTagConfigurationType type) |
MetricTagConfigurationUpdateData(String id,
MetricTagConfigurationType type) |
| Constructor and Description |
|---|
MetricTagConfigurationTypeSerializer(Class<MetricTagConfigurationType> t) |
Copyright © 2024. All rights reserved.