| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
EventResponse |
EventsApi.getEvent(Long eventId)
Get an event.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EventResponse> |
EventsApi.getEventAsync(Long eventId)
Get an event.
|
ApiResponse<EventResponse> |
EventsApi.getEventWithHttpInfo(Long eventId)
This endpoint allows you to query for event details.
|
CompletableFuture<ApiResponse<EventResponse>> |
EventsApi.getEventWithHttpInfoAsync(Long eventId)
Get an event.
|
| Modifier and Type | Method and Description |
|---|---|
EventResponse |
EventResponse.event(Event event) |
EventResponse |
EventResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
EventResponse |
EventResponse.status(String status) |
Copyright © 2024. All rights reserved.