| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentImportResponse |
IncidentsApi.importIncident(IncidentImportRequest body)
Import an incident.
|
IncidentImportResponse |
IncidentsApi.importIncident(IncidentImportRequest body,
IncidentsApi.ImportIncidentOptionalParameters parameters)
Import an incident.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<IncidentImportResponse> |
IncidentsApi.importIncidentAsync(IncidentImportRequest body)
Import an incident.
|
CompletableFuture<IncidentImportResponse> |
IncidentsApi.importIncidentAsync(IncidentImportRequest body,
IncidentsApi.ImportIncidentOptionalParameters parameters)
Import an incident.
|
ApiResponse<IncidentImportResponse> |
IncidentsApi.importIncidentWithHttpInfo(IncidentImportRequest body,
IncidentsApi.ImportIncidentOptionalParameters parameters)
Import an incident from an external system.
|
CompletableFuture<ApiResponse<IncidentImportResponse>> |
IncidentsApi.importIncidentWithHttpInfoAsync(IncidentImportRequest body,
IncidentsApi.ImportIncidentOptionalParameters parameters)
Import an incident.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentImportResponse |
IncidentImportResponse.data(IncidentImportResponseData data) |
IncidentImportResponse |
IncidentImportResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.