@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RumReplayHeatmapsApi extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RumReplayHeatmapsApi.ListReplayHeatmapSnapshotsOptionalParameters
Manage optional parameters to listReplayHeatmapSnapshots.
|
| Constructor and Description |
|---|
RumReplayHeatmapsApi() |
RumReplayHeatmapsApi(ApiClient apiClient) |
public RumReplayHeatmapsApi()
public RumReplayHeatmapsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic Snapshot createReplayHeatmapSnapshot(SnapshotCreateRequest body) throws ApiException
See createReplayHeatmapSnapshotWithHttpInfo(com.datadog.api.client.v2.model.SnapshotCreateRequest).
body - (required)ApiException - if fails to make API callpublic CompletableFuture<Snapshot> createReplayHeatmapSnapshotAsync(SnapshotCreateRequest body)
See createReplayHeatmapSnapshotWithHttpInfoAsync(com.datadog.api.client.v2.model.SnapshotCreateRequest).
body - (required)public ApiResponse<Snapshot> createReplayHeatmapSnapshotWithHttpInfo(SnapshotCreateRequest body) throws ApiException
body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 201 | Created | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<Snapshot>> createReplayHeatmapSnapshotWithHttpInfoAsync(SnapshotCreateRequest body)
See createReplayHeatmapSnapshotWithHttpInfo(com.datadog.api.client.v2.model.SnapshotCreateRequest).
body - (required)public void deleteReplayHeatmapSnapshot(String snapshotId) throws ApiException
See deleteReplayHeatmapSnapshotWithHttpInfo(java.lang.String).
snapshotId - Unique identifier of the heatmap snapshot. (required)ApiException - if fails to make API callpublic CompletableFuture<Void> deleteReplayHeatmapSnapshotAsync(String snapshotId)
See deleteReplayHeatmapSnapshotWithHttpInfoAsync(java.lang.String).
snapshotId - Unique identifier of the heatmap snapshot. (required)public ApiResponse<Void> deleteReplayHeatmapSnapshotWithHttpInfo(String snapshotId) throws ApiException
snapshotId - Unique identifier of the heatmap snapshot. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 204 | No Content | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<Void>> deleteReplayHeatmapSnapshotWithHttpInfoAsync(String snapshotId)
See deleteReplayHeatmapSnapshotWithHttpInfo(java.lang.String).
snapshotId - Unique identifier of the heatmap snapshot. (required)public SnapshotArray listReplayHeatmapSnapshots(String filterViewName) throws ApiException
filterViewName - View name to filter snapshots. (required)ApiException - if fails to make API callpublic CompletableFuture<SnapshotArray> listReplayHeatmapSnapshotsAsync(String filterViewName)
filterViewName - View name to filter snapshots. (required)public SnapshotArray listReplayHeatmapSnapshots(String filterViewName, RumReplayHeatmapsApi.ListReplayHeatmapSnapshotsOptionalParameters parameters) throws ApiException
filterViewName - View name to filter snapshots. (required)parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<SnapshotArray> listReplayHeatmapSnapshotsAsync(String filterViewName, RumReplayHeatmapsApi.ListReplayHeatmapSnapshotsOptionalParameters parameters)
filterViewName - View name to filter snapshots. (required)parameters - Optional parameters for the request.public ApiResponse<SnapshotArray> listReplayHeatmapSnapshotsWithHttpInfo(String filterViewName, RumReplayHeatmapsApi.ListReplayHeatmapSnapshotsOptionalParameters parameters) throws ApiException
filterViewName - View name to filter snapshots. (required)parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<SnapshotArray>> listReplayHeatmapSnapshotsWithHttpInfoAsync(String filterViewName, RumReplayHeatmapsApi.ListReplayHeatmapSnapshotsOptionalParameters parameters)
filterViewName - View name to filter snapshots. (required)parameters - Optional parameters for the request.public Snapshot updateReplayHeatmapSnapshot(String snapshotId, SnapshotUpdateRequest body) throws ApiException
snapshotId - Unique identifier of the heatmap snapshot. (required)body - (required)ApiException - if fails to make API callpublic CompletableFuture<Snapshot> updateReplayHeatmapSnapshotAsync(String snapshotId, SnapshotUpdateRequest body)
snapshotId - Unique identifier of the heatmap snapshot. (required)body - (required)public ApiResponse<Snapshot> updateReplayHeatmapSnapshotWithHttpInfo(String snapshotId, SnapshotUpdateRequest body) throws ApiException
snapshotId - Unique identifier of the heatmap snapshot. (required)body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<Snapshot>> updateReplayHeatmapSnapshotWithHttpInfoAsync(String snapshotId, SnapshotUpdateRequest body)
snapshotId - Unique identifier of the heatmap snapshot. (required)body - (required)Copyright © 2026. All rights reserved.