| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DashboardListUpdateItemsResponse |
DashboardListsApi.updateDashboardListItems(Long dashboardListId,
DashboardListUpdateItemsRequest body)
Update items of a dashboard list.
|
CompletableFuture<DashboardListUpdateItemsResponse> |
DashboardListsApi.updateDashboardListItemsAsync(Long dashboardListId,
DashboardListUpdateItemsRequest body)
Update items of a dashboard list.
|
ApiResponse<DashboardListUpdateItemsResponse> |
DashboardListsApi.updateDashboardListItemsWithHttpInfo(Long dashboardListId,
DashboardListUpdateItemsRequest body)
Update dashboards of an existing dashboard list.
|
CompletableFuture<ApiResponse<DashboardListUpdateItemsResponse>> |
DashboardListsApi.updateDashboardListItemsWithHttpInfoAsync(Long dashboardListId,
DashboardListUpdateItemsRequest body)
Update items of a dashboard list.
|
| Modifier and Type | Method and Description |
|---|---|
DashboardListUpdateItemsRequest |
DashboardListUpdateItemsRequest.addDashboardsItem(DashboardListItemRequest dashboardsItem) |
DashboardListUpdateItemsRequest |
DashboardListUpdateItemsRequest.dashboards(List<DashboardListItemRequest> dashboards) |
DashboardListUpdateItemsRequest |
DashboardListUpdateItemsRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.