| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
IncidentsApi.createIncidentPostmortemAttachment(String incidentId,
PostmortemAttachmentRequest body)
Create postmortem attachment.
|
CompletableFuture<Attachment> |
IncidentsApi.createIncidentPostmortemAttachmentAsync(String incidentId,
PostmortemAttachmentRequest body)
Create postmortem attachment.
|
ApiResponse<Attachment> |
IncidentsApi.createIncidentPostmortemAttachmentWithHttpInfo(String incidentId,
PostmortemAttachmentRequest body)
Create a postmortem attachment for an incident.
|
CompletableFuture<ApiResponse<Attachment>> |
IncidentsApi.createIncidentPostmortemAttachmentWithHttpInfoAsync(String incidentId,
PostmortemAttachmentRequest body)
Create postmortem attachment.
|
| Modifier and Type | Method and Description |
|---|---|
PostmortemAttachmentRequest |
PostmortemAttachmentRequest.data(PostmortemAttachmentRequestData data) |
PostmortemAttachmentRequest |
PostmortemAttachmentRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.