| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GovernanceControlResponse |
GovernanceConsoleApi.getGovernanceControl(String detectionType)
Get a control.
|
GovernanceControlResponse |
GovernanceConsoleApi.updateGovernanceControl(String detectionType,
GovernanceControlUpdateRequest body)
Update a control.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GovernanceControlResponse> |
GovernanceConsoleApi.getGovernanceControlAsync(String detectionType)
Get a control.
|
ApiResponse<GovernanceControlResponse> |
GovernanceConsoleApi.getGovernanceControlWithHttpInfo(String detectionType)
Retrieve a single governance control by its detection type, including the organization's
current detection, notification, and mitigation configuration and detection counts.
|
CompletableFuture<ApiResponse<GovernanceControlResponse>> |
GovernanceConsoleApi.getGovernanceControlWithHttpInfoAsync(String detectionType)
Get a control.
|
CompletableFuture<GovernanceControlResponse> |
GovernanceConsoleApi.updateGovernanceControlAsync(String detectionType,
GovernanceControlUpdateRequest body)
Update a control.
|
ApiResponse<GovernanceControlResponse> |
GovernanceConsoleApi.updateGovernanceControlWithHttpInfo(String detectionType,
GovernanceControlUpdateRequest body)
Update the detection, notification, and mitigation configuration of a governance control.
|
CompletableFuture<ApiResponse<GovernanceControlResponse>> |
GovernanceConsoleApi.updateGovernanceControlWithHttpInfoAsync(String detectionType,
GovernanceControlUpdateRequest body)
Update a control.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceControlResponse |
GovernanceControlResponse.data(GovernanceControlData data) |
GovernanceControlResponse |
GovernanceControlResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.