| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
TagPolicyResponse |
TagPoliciesApi.updateTagPolicy(String policyId,
TagPolicyUpdateRequest body)
Update a tag policy.
|
CompletableFuture<TagPolicyResponse> |
TagPoliciesApi.updateTagPolicyAsync(String policyId,
TagPolicyUpdateRequest body)
Update a tag policy.
|
ApiResponse<TagPolicyResponse> |
TagPoliciesApi.updateTagPolicyWithHttpInfo(String policyId,
TagPolicyUpdateRequest body)
Update one or more attributes of an existing tag policy.
|
CompletableFuture<ApiResponse<TagPolicyResponse>> |
TagPoliciesApi.updateTagPolicyWithHttpInfoAsync(String policyId,
TagPolicyUpdateRequest body)
Update a tag policy.
|
| Modifier and Type | Method and Description |
|---|---|
TagPolicyUpdateRequest |
TagPolicyUpdateRequest.data(TagPolicyUpdateData data) |
TagPolicyUpdateRequest |
TagPolicyUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.