| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
DashboardListDeleteResponse |
DashboardListsApi.deleteDashboardList(Long listId)
Delete a dashboard list.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DashboardListDeleteResponse> |
DashboardListsApi.deleteDashboardListAsync(Long listId)
Delete a dashboard list.
|
ApiResponse<DashboardListDeleteResponse> |
DashboardListsApi.deleteDashboardListWithHttpInfo(Long listId)
Delete a dashboard list.
|
CompletableFuture<ApiResponse<DashboardListDeleteResponse>> |
DashboardListsApi.deleteDashboardListWithHttpInfoAsync(Long listId)
Delete a dashboard list.
|
| Modifier and Type | Method and Description |
|---|---|
DashboardListDeleteResponse |
DashboardListDeleteResponse.deletedDashboardListId(Long deletedDashboardListId) |
DashboardListDeleteResponse |
DashboardListDeleteResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.