| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AnnotationResponse |
AnnotationsApi.updateAnnotation(UUID annotationId,
AnnotationUpdateRequest body)
Update an annotation.
|
CompletableFuture<AnnotationResponse> |
AnnotationsApi.updateAnnotationAsync(UUID annotationId,
AnnotationUpdateRequest body)
Update an annotation.
|
ApiResponse<AnnotationResponse> |
AnnotationsApi.updateAnnotationWithHttpInfo(UUID annotationId,
AnnotationUpdateRequest body)
Updates an existing annotation.
|
CompletableFuture<ApiResponse<AnnotationResponse>> |
AnnotationsApi.updateAnnotationWithHttpInfoAsync(UUID annotationId,
AnnotationUpdateRequest body)
Update an annotation.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationUpdateRequest |
AnnotationUpdateRequest.data(AnnotationRequestData data) |
AnnotationUpdateRequest |
AnnotationUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.