| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
TagPoliciesApi.ListTagPoliciesOptionalParameters |
TagPoliciesApi.ListTagPoliciesOptionalParameters.filterSource(TagPolicySource filterSource)
Set filterSource.
|
| Modifier and Type | Field and Description |
|---|---|
static TagPolicySource |
TagPolicySource.FEED |
static TagPolicySource |
TagPolicySource.LOGS |
static TagPolicySource |
TagPolicySource.METRICS |
static TagPolicySource |
TagPolicySource.RUM |
static TagPolicySource |
TagPolicySource.SPANS |
| Modifier and Type | Method and Description |
|---|---|
static TagPolicySource |
TagPolicySource.fromValue(String value) |
TagPolicySource |
TagPolicyCreateAttributes.getSource()
The telemetry source that a tag policy applies to.
|
TagPolicySource |
TagPolicyAttributes.getSource()
The telemetry source that a tag policy applies to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagPolicySource.TagPolicySourceSerializer.serialize(TagPolicySource value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
TagPolicyCreateAttributes.setSource(TagPolicySource source) |
void |
TagPolicyAttributes.setSource(TagPolicySource source) |
TagPolicyCreateAttributes |
TagPolicyCreateAttributes.source(TagPolicySource source) |
TagPolicyAttributes |
TagPolicyAttributes.source(TagPolicySource source) |
| Constructor and Description |
|---|
TagPolicyAttributes(OffsetDateTime createdAt,
String createdBy,
Boolean enabled,
OffsetDateTime modifiedAt,
String modifiedBy,
Boolean negated,
String policyName,
TagPolicyType policyType,
Boolean required,
String scope,
TagPolicySource source,
String tagKey,
List<String> tagValuePatterns,
Long version) |
TagPolicyCreateAttributes(String policyName,
TagPolicyCreateType policyType,
String scope,
TagPolicySource source,
String tagKey,
List<String> tagValuePatterns) |
| Constructor and Description |
|---|
TagPolicySourceSerializer(Class<TagPolicySource> t) |
Copyright © 2026. All rights reserved.