| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
RUMEventsResponse |
RumApi.searchRUMEvents(RUMSearchEventsRequest body)
Search RUM events.
|
CompletableFuture<RUMEventsResponse> |
RumApi.searchRUMEventsAsync(RUMSearchEventsRequest body)
Search RUM events.
|
ApiResponse<RUMEventsResponse> |
RumApi.searchRUMEventsWithHttpInfo(RUMSearchEventsRequest body)
List endpoint returns RUM events that match a RUM search query.
|
CompletableFuture<ApiResponse<RUMEventsResponse>> |
RumApi.searchRUMEventsWithHttpInfoAsync(RUMSearchEventsRequest body)
Search RUM events.
|
PaginationIterable<RUMEvent> |
RumApi.searchRUMEventsWithPagination(RUMSearchEventsRequest body)
Search RUM events.
|
| Modifier and Type | Method and Description |
|---|---|
RUMSearchEventsRequest |
RUMSearchEventsRequest.filter(RUMQueryFilter filter) |
RUMSearchEventsRequest |
RUMSearchEventsRequest.options(RUMQueryOptions options) |
RUMSearchEventsRequest |
RUMSearchEventsRequest.page(RUMQueryPageOptions page) |
RUMSearchEventsRequest |
RUMSearchEventsRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
RUMSearchEventsRequest |
RUMSearchEventsRequest.sort(RUMSort sort) |
Copyright © 2024. All rights reserved.