| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomRulesetResponse |
StaticAnalysisApi.updateCustomRuleset(String rulesetName,
CustomRulesetRequest body)
Update Custom Ruleset.
|
CompletableFuture<CustomRulesetResponse> |
StaticAnalysisApi.updateCustomRulesetAsync(String rulesetName,
CustomRulesetRequest body)
Update Custom Ruleset.
|
ApiResponse<CustomRulesetResponse> |
StaticAnalysisApi.updateCustomRulesetWithHttpInfo(String rulesetName,
CustomRulesetRequest body)
Update an existing custom ruleset
|
CompletableFuture<ApiResponse<CustomRulesetResponse>> |
StaticAnalysisApi.updateCustomRulesetWithHttpInfoAsync(String rulesetName,
CustomRulesetRequest body)
Update Custom Ruleset.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRulesetRequest |
CustomRulesetRequest.data(CustomRulesetRequestData data) |
CustomRulesetRequest |
CustomRulesetRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.