| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomRuleResponse |
StaticAnalysisApi.createCustomRule(String rulesetName,
CustomRuleRequest body)
Create Custom Rule.
|
CompletableFuture<CustomRuleResponse> |
StaticAnalysisApi.createCustomRuleAsync(String rulesetName,
CustomRuleRequest body)
Create Custom Rule.
|
ApiResponse<CustomRuleResponse> |
StaticAnalysisApi.createCustomRuleWithHttpInfo(String rulesetName,
CustomRuleRequest body)
Create a new custom rule within a ruleset
|
CompletableFuture<ApiResponse<CustomRuleResponse>> |
StaticAnalysisApi.createCustomRuleWithHttpInfoAsync(String rulesetName,
CustomRuleRequest body)
Create Custom Rule.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRuleRequest |
CustomRuleRequest.data(CustomRuleRequestData data) |
CustomRuleRequest |
CustomRuleRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.