| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationChannel |
OnCallApi.createUserNotificationChannel(String userId,
CreateUserNotificationChannelRequest body)
Create an On-Call notification channel for a user.
|
CompletableFuture<NotificationChannel> |
OnCallApi.createUserNotificationChannelAsync(String userId,
CreateUserNotificationChannelRequest body)
Create an On-Call notification channel for a user.
|
ApiResponse<NotificationChannel> |
OnCallApi.createUserNotificationChannelWithHttpInfo(String userId,
CreateUserNotificationChannelRequest body)
Create a new notification channel for a user.
|
CompletableFuture<ApiResponse<NotificationChannel>> |
OnCallApi.createUserNotificationChannelWithHttpInfoAsync(String userId,
CreateUserNotificationChannelRequest body)
Create an On-Call notification channel for a user.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserNotificationChannelRequest |
CreateUserNotificationChannelRequest.data(CreateNotificationChannelData data) |
CreateUserNotificationChannelRequest |
CreateUserNotificationChannelRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.