| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
OnCallNotificationRule |
OnCallApi.createUserNotificationRule(String userId,
CreateOnCallNotificationRuleRequest body)
Create an On-Call notification rule for a user.
|
CompletableFuture<OnCallNotificationRule> |
OnCallApi.createUserNotificationRuleAsync(String userId,
CreateOnCallNotificationRuleRequest body)
Create an On-Call notification rule for a user.
|
ApiResponse<OnCallNotificationRule> |
OnCallApi.createUserNotificationRuleWithHttpInfo(String userId,
CreateOnCallNotificationRuleRequest body)
Create a new notification rule for a user.
|
CompletableFuture<ApiResponse<OnCallNotificationRule>> |
OnCallApi.createUserNotificationRuleWithHttpInfoAsync(String userId,
CreateOnCallNotificationRuleRequest body)
Create an On-Call notification rule for a user.
|
| Modifier and Type | Method and Description |
|---|---|
CreateOnCallNotificationRuleRequest |
CreateOnCallNotificationRuleRequest.data(CreateOnCallNotificationRuleRequestData data) |
CreateOnCallNotificationRuleRequest |
CreateOnCallNotificationRuleRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.