| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
PageAnnotationsResponse |
AnnotationsApi.getPageAnnotations(String pageId,
Long startTime,
Long endTime)
Get annotations for a page.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PageAnnotationsResponse> |
AnnotationsApi.getPageAnnotationsAsync(String pageId,
Long startTime,
Long endTime)
Get annotations for a page.
|
ApiResponse<PageAnnotationsResponse> |
AnnotationsApi.getPageAnnotationsWithHttpInfo(String pageId,
Long startTime,
Long endTime)
Returns all annotations on a specific page for a given time window, grouped by widget.
|
CompletableFuture<ApiResponse<PageAnnotationsResponse>> |
AnnotationsApi.getPageAnnotationsWithHttpInfoAsync(String pageId,
Long startTime,
Long endTime)
Get annotations for a page.
|
| Modifier and Type | Method and Description |
|---|---|
PageAnnotationsResponse |
PageAnnotationsResponse.data(PageAnnotationsData data) |
PageAnnotationsResponse |
PageAnnotationsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.