| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
DashboardDeleteResponse |
DashboardsApi.deleteDashboard(String dashboardId)
Delete a dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DashboardDeleteResponse> |
DashboardsApi.deleteDashboardAsync(String dashboardId)
Delete a dashboard.
|
ApiResponse<DashboardDeleteResponse> |
DashboardsApi.deleteDashboardWithHttpInfo(String dashboardId)
Delete a dashboard using the specified ID.
|
CompletableFuture<ApiResponse<DashboardDeleteResponse>> |
DashboardsApi.deleteDashboardWithHttpInfoAsync(String dashboardId)
Delete a dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
DashboardDeleteResponse |
DashboardDeleteResponse.deletedDashboardId(String deletedDashboardId) |
DashboardDeleteResponse |
DashboardDeleteResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.