| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindowResponse |
CaseManagementApi.createMaintenanceWindow(MaintenanceWindowCreateRequest body)
Create a maintenance window.
|
CompletableFuture<MaintenanceWindowResponse> |
CaseManagementApi.createMaintenanceWindowAsync(MaintenanceWindowCreateRequest body)
Create a maintenance window.
|
ApiResponse<MaintenanceWindowResponse> |
CaseManagementApi.createMaintenanceWindowWithHttpInfo(MaintenanceWindowCreateRequest body)
Creates a maintenance window for event management cases with a name, case filter query, and
time range (start and end).
|
CompletableFuture<ApiResponse<MaintenanceWindowResponse>> |
CaseManagementApi.createMaintenanceWindowWithHttpInfoAsync(MaintenanceWindowCreateRequest body)
Create a maintenance window.
|
| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindowCreateRequest |
MaintenanceWindowCreateRequest.data(MaintenanceWindowCreate data) |
MaintenanceWindowCreateRequest |
MaintenanceWindowCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.