| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AnnotationsResponse |
AnnotationsApi.listAnnotations(String pageId,
Long startTime,
Long endTime)
List annotations.
|
AnnotationsResponse |
AnnotationsApi.listAnnotations(String pageId,
Long startTime,
Long endTime,
AnnotationsApi.ListAnnotationsOptionalParameters parameters)
List annotations.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AnnotationsResponse> |
AnnotationsApi.listAnnotationsAsync(String pageId,
Long startTime,
Long endTime)
List annotations.
|
CompletableFuture<AnnotationsResponse> |
AnnotationsApi.listAnnotationsAsync(String pageId,
Long startTime,
Long endTime,
AnnotationsApi.ListAnnotationsOptionalParameters parameters)
List annotations.
|
ApiResponse<AnnotationsResponse> |
AnnotationsApi.listAnnotationsWithHttpInfo(String pageId,
Long startTime,
Long endTime,
AnnotationsApi.ListAnnotationsOptionalParameters parameters)
Returns a flat list of annotations matching the given page, time window, and optional widget
filter.
|
CompletableFuture<ApiResponse<AnnotationsResponse>> |
AnnotationsApi.listAnnotationsWithHttpInfoAsync(String pageId,
Long startTime,
Long endTime,
AnnotationsApi.ListAnnotationsOptionalParameters parameters)
List annotations.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationsResponse |
AnnotationsResponse.addDataItem(AnnotationData dataItem) |
AnnotationsResponse |
AnnotationsResponse.data(List<AnnotationData> data) |
AnnotationsResponse |
AnnotationsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.