| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
IncidentsApi.createIncidentAttachment(String incidentId,
CreateAttachmentRequest body)
Create incident attachment.
|
Attachment |
IncidentsApi.createIncidentAttachment(String incidentId,
CreateAttachmentRequest body,
IncidentsApi.CreateIncidentAttachmentOptionalParameters parameters)
Create incident attachment.
|
Attachment |
IncidentsApi.createIncidentPostmortemAttachment(String incidentId,
PostmortemAttachmentRequest body)
Create postmortem attachment.
|
Attachment |
IncidentsApi.updateIncidentAttachment(String incidentId,
String attachmentId,
PatchAttachmentRequest body)
Update incident attachment.
|
Attachment |
IncidentsApi.updateIncidentAttachment(String incidentId,
String attachmentId,
PatchAttachmentRequest body,
IncidentsApi.UpdateIncidentAttachmentOptionalParameters parameters)
Update incident attachment.
|
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Attachment.addIncludedItem(AttachmentIncluded includedItem) |
Attachment |
Attachment.data(AttachmentData data) |
Attachment |
Attachment.included(List<AttachmentIncluded> included) |
Attachment |
Attachment.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.