| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
TagIndexingRuleResponse |
MetricsApi.updateTagIndexingRule(String id,
TagIndexingRuleUpdateRequest body)
Update a tag indexing rule.
|
CompletableFuture<TagIndexingRuleResponse> |
MetricsApi.updateTagIndexingRuleAsync(String id,
TagIndexingRuleUpdateRequest body)
Update a tag indexing rule.
|
ApiResponse<TagIndexingRuleResponse> |
MetricsApi.updateTagIndexingRuleWithHttpInfo(String id,
TagIndexingRuleUpdateRequest body)
Partially update a tag indexing rule.
|
CompletableFuture<ApiResponse<TagIndexingRuleResponse>> |
MetricsApi.updateTagIndexingRuleWithHttpInfoAsync(String id,
TagIndexingRuleUpdateRequest body)
Update a tag indexing rule.
|
| Modifier and Type | Method and Description |
|---|---|
TagIndexingRuleUpdateRequest |
TagIndexingRuleUpdateRequest.data(TagIndexingRuleUpdateData data) |
TagIndexingRuleUpdateRequest |
TagIndexingRuleUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.