| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DashboardListAddItemsResponse |
DashboardListsApi.createDashboardListItems(Long dashboardListId,
DashboardListAddItemsRequest body)
Add Items to a Dashboard List.
|
CompletableFuture<DashboardListAddItemsResponse> |
DashboardListsApi.createDashboardListItemsAsync(Long dashboardListId,
DashboardListAddItemsRequest body)
Add Items to a Dashboard List.
|
ApiResponse<DashboardListAddItemsResponse> |
DashboardListsApi.createDashboardListItemsWithHttpInfo(Long dashboardListId,
DashboardListAddItemsRequest body)
Add dashboards to an existing dashboard list.
|
CompletableFuture<ApiResponse<DashboardListAddItemsResponse>> |
DashboardListsApi.createDashboardListItemsWithHttpInfoAsync(Long dashboardListId,
DashboardListAddItemsRequest body)
Add Items to a Dashboard List.
|
| Modifier and Type | Method and Description |
|---|---|
DashboardListAddItemsRequest |
DashboardListAddItemsRequest.addDashboardsItem(DashboardListItemRequest dashboardsItem) |
DashboardListAddItemsRequest |
DashboardListAddItemsRequest.dashboards(List<DashboardListItemRequest> dashboards) |
DashboardListAddItemsRequest |
DashboardListAddItemsRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.