| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
TagIndexingRuleExemptionResponse |
MetricsApi.createTagIndexingRuleExemption(String metricName,
TagIndexingRuleExemptionCreateRequest body)
Create a tag indexing rule exemption.
|
CompletableFuture<TagIndexingRuleExemptionResponse> |
MetricsApi.createTagIndexingRuleExemptionAsync(String metricName,
TagIndexingRuleExemptionCreateRequest body)
Create a tag indexing rule exemption.
|
ApiResponse<TagIndexingRuleExemptionResponse> |
MetricsApi.createTagIndexingRuleExemptionWithHttpInfo(String metricName,
TagIndexingRuleExemptionCreateRequest body)
Exempt a metric from all tag indexing rules.
|
CompletableFuture<ApiResponse<TagIndexingRuleExemptionResponse>> |
MetricsApi.createTagIndexingRuleExemptionWithHttpInfoAsync(String metricName,
TagIndexingRuleExemptionCreateRequest body)
Create a tag indexing rule exemption.
|
| Modifier and Type | Method and Description |
|---|---|
TagIndexingRuleExemptionCreateRequest |
TagIndexingRuleExemptionCreateRequest.data(TagIndexingRuleExemptionCreateData data) |
TagIndexingRuleExemptionCreateRequest |
TagIndexingRuleExemptionCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.