| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ControlNotificationSettingsResponse |
GovernanceConsoleApi.getGovernanceControlNotificationSettings(String detectionType)
Get control notification settings.
|
ControlNotificationSettingsResponse |
GovernanceConsoleApi.updateGovernanceControlNotificationSettings(String detectionType,
ControlNotificationSettingsUpdateRequest body)
Update control notification settings.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ControlNotificationSettingsResponse> |
GovernanceConsoleApi.getGovernanceControlNotificationSettingsAsync(String detectionType)
Get control notification settings.
|
ApiResponse<ControlNotificationSettingsResponse> |
GovernanceConsoleApi.getGovernanceControlNotificationSettingsWithHttpInfo(String detectionType)
Retrieve the notification settings for the governance control with the given detection type,
including, for each supported event type, whether notifications are enabled and which
destinations receive them.
|
CompletableFuture<ApiResponse<ControlNotificationSettingsResponse>> |
GovernanceConsoleApi.getGovernanceControlNotificationSettingsWithHttpInfoAsync(String detectionType)
Get control notification settings.
|
CompletableFuture<ControlNotificationSettingsResponse> |
GovernanceConsoleApi.updateGovernanceControlNotificationSettingsAsync(String detectionType,
ControlNotificationSettingsUpdateRequest body)
Update control notification settings.
|
ApiResponse<ControlNotificationSettingsResponse> |
GovernanceConsoleApi.updateGovernanceControlNotificationSettingsWithHttpInfo(String detectionType,
ControlNotificationSettingsUpdateRequest body)
Replace the notification settings for the governance control with the given detection type,
setting, for each supported event type, whether notifications are enabled and which
destinations receive them.
|
CompletableFuture<ApiResponse<ControlNotificationSettingsResponse>> |
GovernanceConsoleApi.updateGovernanceControlNotificationSettingsWithHttpInfoAsync(String detectionType,
ControlNotificationSettingsUpdateRequest body)
Update control notification settings.
|
| Modifier and Type | Method and Description |
|---|---|
ControlNotificationSettingsResponse |
ControlNotificationSettingsResponse.data(ControlNotificationSettingsData data) |
ControlNotificationSettingsResponse |
ControlNotificationSettingsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.