| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
void |
StaticAnalysisApi.updateAiCustomRuleset(String rulesetName,
AiCustomRulesetUpdateRequest body)
Update an AI custom ruleset.
|
CompletableFuture<Void> |
StaticAnalysisApi.updateAiCustomRulesetAsync(String rulesetName,
AiCustomRulesetUpdateRequest body)
Update an AI custom ruleset.
|
ApiResponse<Void> |
StaticAnalysisApi.updateAiCustomRulesetWithHttpInfo(String rulesetName,
AiCustomRulesetUpdateRequest body)
Update the description of an existing AI custom ruleset.
|
CompletableFuture<ApiResponse<Void>> |
StaticAnalysisApi.updateAiCustomRulesetWithHttpInfoAsync(String rulesetName,
AiCustomRulesetUpdateRequest body)
Update an AI custom ruleset.
|
| Modifier and Type | Method and Description |
|---|---|
AiCustomRulesetUpdateRequest |
AiCustomRulesetUpdateRequest.data(AiCustomRulesetUpdateData data) |
AiCustomRulesetUpdateRequest |
AiCustomRulesetUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.