| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AnnotationResponse |
AnnotationsApi.createAnnotation(AnnotationCreateRequest body)
Create an annotation.
|
CompletableFuture<AnnotationResponse> |
AnnotationsApi.createAnnotationAsync(AnnotationCreateRequest body)
Create an annotation.
|
ApiResponse<AnnotationResponse> |
AnnotationsApi.createAnnotationWithHttpInfo(AnnotationCreateRequest body)
Creates a new annotation on a dashboard or notebook page.
|
CompletableFuture<ApiResponse<AnnotationResponse>> |
AnnotationsApi.createAnnotationWithHttpInfoAsync(AnnotationCreateRequest body)
Create an annotation.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationCreateRequest |
AnnotationCreateRequest.data(AnnotationRequestData data) |
AnnotationCreateRequest |
AnnotationCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.