| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
void |
CaseManagementApi.updateProjectNotificationRule(String projectId,
String notificationRuleId,
CaseNotificationRuleUpdateRequest body)
Update a notification rule.
|
CompletableFuture<Void> |
CaseManagementApi.updateProjectNotificationRuleAsync(String projectId,
String notificationRuleId,
CaseNotificationRuleUpdateRequest body)
Update a notification rule.
|
ApiResponse<Void> |
CaseManagementApi.updateProjectNotificationRuleWithHttpInfo(String projectId,
String notificationRuleId,
CaseNotificationRuleUpdateRequest body)
Update a notification rule.
|
CompletableFuture<ApiResponse<Void>> |
CaseManagementApi.updateProjectNotificationRuleWithHttpInfoAsync(String projectId,
String notificationRuleId,
CaseNotificationRuleUpdateRequest body)
Update a notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
CaseNotificationRuleUpdateRequest |
CaseNotificationRuleUpdateRequest.data(CaseNotificationRuleUpdate data) |
CaseNotificationRuleUpdateRequest |
CaseNotificationRuleUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.