| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AutomationRuleResponse |
CaseManagementApi.updateCaseAutomationRule(String projectId,
String ruleId,
AutomationRuleUpdateRequest body)
Update an automation rule.
|
CompletableFuture<AutomationRuleResponse> |
CaseManagementApi.updateCaseAutomationRuleAsync(String projectId,
String ruleId,
AutomationRuleUpdateRequest body)
Update an automation rule.
|
ApiResponse<AutomationRuleResponse> |
CaseManagementApi.updateCaseAutomationRuleWithHttpInfo(String projectId,
String ruleId,
AutomationRuleUpdateRequest body)
Updates the trigger, action, name, or state of an existing automation rule.
|
CompletableFuture<ApiResponse<AutomationRuleResponse>> |
CaseManagementApi.updateCaseAutomationRuleWithHttpInfoAsync(String projectId,
String ruleId,
AutomationRuleUpdateRequest body)
Update an automation rule.
|
| Modifier and Type | Method and Description |
|---|---|
AutomationRuleUpdateRequest |
AutomationRuleUpdateRequest.data(AutomationRuleUpdate data) |
AutomationRuleUpdateRequest |
AutomationRuleUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.