| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
TagRuleResponse |
TagRulesApi.updateTagRule(String ruleId,
TagRuleUpdateRequest body)
Update a tag rule.
|
CompletableFuture<TagRuleResponse> |
TagRulesApi.updateTagRuleAsync(String ruleId,
TagRuleUpdateRequest body)
Update a tag rule.
|
ApiResponse<TagRuleResponse> |
TagRulesApi.updateTagRuleWithHttpInfo(String ruleId,
TagRuleUpdateRequest body)
Update one or more attributes of an existing tag rule.
|
CompletableFuture<ApiResponse<TagRuleResponse>> |
TagRulesApi.updateTagRuleWithHttpInfoAsync(String ruleId,
TagRuleUpdateRequest body)
Update a tag rule.
|
| Modifier and Type | Method and Description |
|---|---|
TagRuleUpdateRequest |
TagRuleUpdateRequest.data(TagRuleUpdateData data) |
TagRuleUpdateRequest |
TagRuleUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.