| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceUpdate |
StatusPagesApi.patchMaintenanceUpdate(UUID pageId,
UUID maintenanceId,
UUID updateId,
PatchMaintenanceUpdateRequest body)
Edit maintenance update.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<MaintenanceUpdate> |
StatusPagesApi.patchMaintenanceUpdateAsync(UUID pageId,
UUID maintenanceId,
UUID updateId,
PatchMaintenanceUpdateRequest body)
Edit maintenance update.
|
ApiResponse<MaintenanceUpdate> |
StatusPagesApi.patchMaintenanceUpdateWithHttpInfo(UUID pageId,
UUID maintenanceId,
UUID updateId,
PatchMaintenanceUpdateRequest body)
Edits the message of a specific maintenance update.
|
CompletableFuture<ApiResponse<MaintenanceUpdate>> |
StatusPagesApi.patchMaintenanceUpdateWithHttpInfoAsync(UUID pageId,
UUID maintenanceId,
UUID updateId,
PatchMaintenanceUpdateRequest body)
Edit maintenance update.
|
| Modifier and Type | Method and Description |
|---|---|
MaintenanceUpdate |
MaintenanceUpdate.data(MaintenanceUpdateData data) |
MaintenanceUpdate |
MaintenanceUpdate.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.