| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
TagRuleResponse |
TagRulesApi.createTagRule(TagRuleCreateRequest body)
Create a tag rule.
|
CompletableFuture<TagRuleResponse> |
TagRulesApi.createTagRuleAsync(TagRuleCreateRequest body)
Create a tag rule.
|
ApiResponse<TagRuleResponse> |
TagRulesApi.createTagRuleWithHttpInfo(TagRuleCreateRequest body)
Create a new tag rule for the organization.
|
CompletableFuture<ApiResponse<TagRuleResponse>> |
TagRulesApi.createTagRuleWithHttpInfoAsync(TagRuleCreateRequest body)
Create a tag rule.
|
| Modifier and Type | Method and Description |
|---|---|
TagRuleCreateRequest |
TagRuleCreateRequest.data(TagRuleCreateData data) |
TagRuleCreateRequest |
TagRuleCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.