| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
V2EventResponse |
EventsApi.getEvent(String eventId)
Get an event.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<V2EventResponse> |
EventsApi.getEventAsync(String eventId)
Get an event.
|
ApiResponse<V2EventResponse> |
EventsApi.getEventWithHttpInfo(String eventId)
Get the details of an event by
event_id. |
CompletableFuture<ApiResponse<V2EventResponse>> |
EventsApi.getEventWithHttpInfoAsync(String eventId)
Get an event.
|
| Modifier and Type | Method and Description |
|---|---|
V2EventResponse |
V2EventResponse.data(V2Event data) |
V2EventResponse |
V2EventResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2025. All rights reserved.