| Package | Description |
|---|---|
| com.datadog.api.client.v2.api |
| Modifier and Type | Method and Description |
|---|---|
RumApi.ListRUMEventsOptionalParameters |
RumApi.ListRUMEventsOptionalParameters.filterFrom(OffsetDateTime filterFrom)
Set filterFrom.
|
RumApi.ListRUMEventsOptionalParameters |
RumApi.ListRUMEventsOptionalParameters.filterQuery(String filterQuery)
Set filterQuery.
|
RumApi.ListRUMEventsOptionalParameters |
RumApi.ListRUMEventsOptionalParameters.filterTo(OffsetDateTime filterTo)
Set filterTo.
|
RumApi.ListRUMEventsOptionalParameters |
RumApi.ListRUMEventsOptionalParameters.pageCursor(String pageCursor)
Set pageCursor.
|
RumApi.ListRUMEventsOptionalParameters |
RumApi.ListRUMEventsOptionalParameters.pageLimit(Integer pageLimit)
Set pageLimit.
|
RumApi.ListRUMEventsOptionalParameters |
RumApi.ListRUMEventsOptionalParameters.sort(RUMSort sort)
Set sort.
|
| Modifier and Type | Method and Description |
|---|---|
RUMEventsResponse |
RumApi.listRUMEvents(RumApi.ListRUMEventsOptionalParameters parameters)
Get a list of RUM events.
|
CompletableFuture<RUMEventsResponse> |
RumApi.listRUMEventsAsync(RumApi.ListRUMEventsOptionalParameters parameters)
Get a list of RUM events.
|
ApiResponse<RUMEventsResponse> |
RumApi.listRUMEventsWithHttpInfo(RumApi.ListRUMEventsOptionalParameters parameters)
List endpoint returns events that match a RUM search query.
|
CompletableFuture<ApiResponse<RUMEventsResponse>> |
RumApi.listRUMEventsWithHttpInfoAsync(RumApi.ListRUMEventsOptionalParameters parameters)
Get a list of RUM events.
|
PaginationIterable<RUMEvent> |
RumApi.listRUMEventsWithPagination(RumApi.ListRUMEventsOptionalParameters parameters)
Get a list of RUM events.
|
Copyright © 2024. All rights reserved.