| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentTimestampOverrideResponse |
IncidentsApi.updateTimestampOverride(String incidentId,
UUID id,
IncidentTimestampOverridePatchRequest body)
Update an incident timestamp override.
|
CompletableFuture<IncidentTimestampOverrideResponse> |
IncidentsApi.updateTimestampOverrideAsync(String incidentId,
UUID id,
IncidentTimestampOverridePatchRequest body)
Update an incident timestamp override.
|
ApiResponse<IncidentTimestampOverrideResponse> |
IncidentsApi.updateTimestampOverrideWithHttpInfo(String incidentId,
UUID id,
IncidentTimestampOverridePatchRequest body)
Update a timestamp override for an incident.
|
CompletableFuture<ApiResponse<IncidentTimestampOverrideResponse>> |
IncidentsApi.updateTimestampOverrideWithHttpInfoAsync(String incidentId,
UUID id,
IncidentTimestampOverridePatchRequest body)
Update an incident timestamp override.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentTimestampOverridePatchRequest |
IncidentTimestampOverridePatchRequest.data(IncidentTimestampOverridePatchDataRequest data) |
IncidentTimestampOverridePatchRequest |
IncidentTimestampOverridePatchRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.