| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
DashboardListDeleteItemsResponse |
DashboardListDeleteItemsResponse.addDeletedDashboardsFromListItem(DashboardListItemResponse deletedDashboardsFromListItem) |
DashboardListDeleteItemsResponse |
DashboardListDeleteItemsResponse.deletedDashboardsFromList(List<DashboardListItemResponse> deletedDashboardsFromList) |
DashboardListDeleteItemsResponse |
DashboardListDeleteItemsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.