| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
DashboardList |
DashboardListsApi.createDashboardList(DashboardList body)
Create a dashboard list.
|
DashboardList |
DashboardListsApi.getDashboardList(Long listId)
Get a dashboard list.
|
DashboardList |
DashboardListsApi.updateDashboardList(Long listId,
DashboardList body)
Update a dashboard list.
|
| Modifier and Type | Method and Description |
|---|---|
DashboardList |
DashboardList.name(String name) |
DashboardList |
DashboardList.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
List<DashboardList> |
DashboardListListResponse.getDashboardLists()
List of all your dashboard lists.
|
| Modifier and Type | Method and Description |
|---|---|
DashboardListListResponse |
DashboardListListResponse.addDashboardListsItem(DashboardList dashboardListsItem) |
| Modifier and Type | Method and Description |
|---|---|
DashboardListListResponse |
DashboardListListResponse.dashboardLists(List<DashboardList> dashboardLists) |
void |
DashboardListListResponse.setDashboardLists(List<DashboardList> dashboardLists) |
Copyright © 2024. All rights reserved.