| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsUsageResponse |
DashboardsApi.listDashboardsUsage()
Get usage stats for all dashboards.
|
ListDashboardsUsageResponse |
DashboardsApi.listDashboardsUsage(DashboardsApi.ListDashboardsUsageOptionalParameters parameters)
Get usage stats for all dashboards.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListDashboardsUsageResponse> |
DashboardsApi.listDashboardsUsageAsync()
Get usage stats for all dashboards.
|
CompletableFuture<ListDashboardsUsageResponse> |
DashboardsApi.listDashboardsUsageAsync(DashboardsApi.ListDashboardsUsageOptionalParameters parameters)
Get usage stats for all dashboards.
|
ApiResponse<ListDashboardsUsageResponse> |
DashboardsApi.listDashboardsUsageWithHttpInfo(DashboardsApi.ListDashboardsUsageOptionalParameters parameters)
Get paginated usage statistics for every dashboard in the caller's organization.
|
CompletableFuture<ApiResponse<ListDashboardsUsageResponse>> |
DashboardsApi.listDashboardsUsageWithHttpInfoAsync(DashboardsApi.ListDashboardsUsageOptionalParameters parameters)
Get usage stats for all dashboards.
|
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsUsageResponse |
ListDashboardsUsageResponse.addDataItem(DashboardUsage dataItem) |
ListDashboardsUsageResponse |
ListDashboardsUsageResponse.data(List<DashboardUsage> data) |
ListDashboardsUsageResponse |
ListDashboardsUsageResponse.links(ListDashboardsUsageResponseLinks links) |
ListDashboardsUsageResponse |
ListDashboardsUsageResponse.meta(ListDashboardsUsageResponseMeta meta) |
ListDashboardsUsageResponse |
ListDashboardsUsageResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.