| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DashboardUsageResponse |
DashboardsApi.getDashboardUsage(String dashboardId)
Get usage stats for a dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DashboardUsageResponse> |
DashboardsApi.getDashboardUsageAsync(String dashboardId)
Get usage stats for a dashboard.
|
ApiResponse<DashboardUsageResponse> |
DashboardsApi.getDashboardUsageWithHttpInfo(String dashboardId)
Get usage statistics for a single dashboard.
|
CompletableFuture<ApiResponse<DashboardUsageResponse>> |
DashboardsApi.getDashboardUsageWithHttpInfoAsync(String dashboardId)
Get usage stats for a dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
DashboardUsageResponse |
DashboardUsageResponse.data(DashboardUsage data) |
DashboardUsageResponse |
DashboardUsageResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.