| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
RUMAnalyticsAggregateResponse |
RumApi.aggregateRUMEvents(RUMAggregateRequest body)
Aggregate RUM events.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RUMAnalyticsAggregateResponse> |
RumApi.aggregateRUMEventsAsync(RUMAggregateRequest body)
Aggregate RUM events.
|
ApiResponse<RUMAnalyticsAggregateResponse> |
RumApi.aggregateRUMEventsWithHttpInfo(RUMAggregateRequest body)
The API endpoint to aggregate RUM events into buckets of computed metrics and timeseries.
|
CompletableFuture<ApiResponse<RUMAnalyticsAggregateResponse>> |
RumApi.aggregateRUMEventsWithHttpInfoAsync(RUMAggregateRequest body)
Aggregate RUM events.
|
| Modifier and Type | Method and Description |
|---|---|
RUMAnalyticsAggregateResponse |
RUMAnalyticsAggregateResponse.data(RUMAggregationBucketsResponse data) |
RUMAnalyticsAggregateResponse |
RUMAnalyticsAggregateResponse.links(RUMResponseLinks links) |
RUMAnalyticsAggregateResponse |
RUMAnalyticsAggregateResponse.meta(RUMResponseMetadata meta) |
RUMAnalyticsAggregateResponse |
RUMAnalyticsAggregateResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.