| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AutomationRuleResponse |
CaseManagementApi.createCaseAutomationRule(String projectId,
AutomationRuleCreateRequest body)
Create an automation rule.
|
CompletableFuture<AutomationRuleResponse> |
CaseManagementApi.createCaseAutomationRuleAsync(String projectId,
AutomationRuleCreateRequest body)
Create an automation rule.
|
ApiResponse<AutomationRuleResponse> |
CaseManagementApi.createCaseAutomationRuleWithHttpInfo(String projectId,
AutomationRuleCreateRequest body)
Creates an automation rule for a project.
|
CompletableFuture<ApiResponse<AutomationRuleResponse>> |
CaseManagementApi.createCaseAutomationRuleWithHttpInfoAsync(String projectId,
AutomationRuleCreateRequest body)
Create an automation rule.
|
| Modifier and Type | Method and Description |
|---|---|
AutomationRuleCreateRequest |
AutomationRuleCreateRequest.data(AutomationRuleCreate data) |
AutomationRuleCreateRequest |
AutomationRuleCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.