| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentResponse |
IncidentsApi.createIncident(IncidentCreateRequest body)
Create an incident.
|
CompletableFuture<IncidentResponse> |
IncidentsApi.createIncidentAsync(IncidentCreateRequest body)
Create an incident.
|
ApiResponse<IncidentResponse> |
IncidentsApi.createIncidentWithHttpInfo(IncidentCreateRequest body)
Create an incident.
|
CompletableFuture<ApiResponse<IncidentResponse>> |
IncidentsApi.createIncidentWithHttpInfoAsync(IncidentCreateRequest body)
Create an incident.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentCreateRequest |
IncidentCreateRequest.data(IncidentCreateData data) |
IncidentCreateRequest |
IncidentCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.