| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentConfigurationResponse |
IncidentsApi.updateIncidentConfiguration(String incidentId,
IncidentConfigurationPatchRequest body)
Update an incident configuration.
|
CompletableFuture<IncidentConfigurationResponse> |
IncidentsApi.updateIncidentConfigurationAsync(String incidentId,
IncidentConfigurationPatchRequest body)
Update an incident configuration.
|
ApiResponse<IncidentConfigurationResponse> |
IncidentsApi.updateIncidentConfigurationWithHttpInfo(String incidentId,
IncidentConfigurationPatchRequest body)
Update a configuration for an incident.
|
CompletableFuture<ApiResponse<IncidentConfigurationResponse>> |
IncidentsApi.updateIncidentConfigurationWithHttpInfoAsync(String incidentId,
IncidentConfigurationPatchRequest body)
Update an incident configuration.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentConfigurationPatchRequest |
IncidentConfigurationPatchRequest.data(IncidentConfigurationPatchDataRequest data) |
IncidentConfigurationPatchRequest |
IncidentConfigurationPatchRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.