| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentRuleResponse |
IncidentsApi.updateIncidentRule(UUID ruleId,
IncidentRulePatchRequest body)
Update an incident rule.
|
CompletableFuture<IncidentRuleResponse> |
IncidentsApi.updateIncidentRuleAsync(UUID ruleId,
IncidentRulePatchRequest body)
Update an incident rule.
|
ApiResponse<IncidentRuleResponse> |
IncidentsApi.updateIncidentRuleWithHttpInfo(UUID ruleId,
IncidentRulePatchRequest body)
Update an incident rule.
|
CompletableFuture<ApiResponse<IncidentRuleResponse>> |
IncidentsApi.updateIncidentRuleWithHttpInfoAsync(UUID ruleId,
IncidentRulePatchRequest body)
Update an incident rule.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentRulePatchRequest |
IncidentRulePatchRequest.data(IncidentRulePatchDataRequest data) |
IncidentRulePatchRequest |
IncidentRulePatchRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.