| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AiCustomRuleResponse |
StaticAnalysisApi.createAiCustomRule(String rulesetName,
AiCustomRuleRequest body)
Create an AI custom rule.
|
CompletableFuture<AiCustomRuleResponse> |
StaticAnalysisApi.createAiCustomRuleAsync(String rulesetName,
AiCustomRuleRequest body)
Create an AI custom rule.
|
ApiResponse<AiCustomRuleResponse> |
StaticAnalysisApi.createAiCustomRuleWithHttpInfo(String rulesetName,
AiCustomRuleRequest body)
Create a new AI custom rule within a ruleset.
|
CompletableFuture<ApiResponse<AiCustomRuleResponse>> |
StaticAnalysisApi.createAiCustomRuleWithHttpInfoAsync(String rulesetName,
AiCustomRuleRequest body)
Create an AI custom rule.
|
| Modifier and Type | Method and Description |
|---|---|
AiCustomRuleRequest |
AiCustomRuleRequest.data(AiCustomRuleRequestData data) |
AiCustomRuleRequest |
AiCustomRuleRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.