| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DashboardListDeleteItemsResponse |
DashboardListsApi.deleteDashboardListItems(Long dashboardListId,
DashboardListDeleteItemsRequest body)
Delete items from a dashboard list.
|
CompletableFuture<DashboardListDeleteItemsResponse> |
DashboardListsApi.deleteDashboardListItemsAsync(Long dashboardListId,
DashboardListDeleteItemsRequest body)
Delete items from a dashboard list.
|
ApiResponse<DashboardListDeleteItemsResponse> |
DashboardListsApi.deleteDashboardListItemsWithHttpInfo(Long dashboardListId,
DashboardListDeleteItemsRequest body)
Delete dashboards from an existing dashboard list.
|
CompletableFuture<ApiResponse<DashboardListDeleteItemsResponse>> |
DashboardListsApi.deleteDashboardListItemsWithHttpInfoAsync(Long dashboardListId,
DashboardListDeleteItemsRequest body)
Delete items from a dashboard list.
|
| Modifier and Type | Method and Description |
|---|---|
DashboardListDeleteItemsRequest |
DashboardListDeleteItemsRequest.addDashboardsItem(DashboardListItemRequest dashboardsItem) |
DashboardListDeleteItemsRequest |
DashboardListDeleteItemsRequest.dashboards(List<DashboardListItemRequest> dashboards) |
DashboardListDeleteItemsRequest |
DashboardListDeleteItemsRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.