@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RumConfigApi extends Object
| Constructor and Description |
|---|
RumConfigApi() |
RumConfigApi(ApiClient apiClient) |
public RumConfigApi()
public RumConfigApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic RumConfigResponse createRumConfig(RumConfigCreateRequest body) throws ApiException
See createRumConfigWithHttpInfo(com.datadog.api.client.v2.model.RumConfigCreateRequest).
body - The definition of the RUM configuration to create. (required)ApiException - if fails to make API callpublic CompletableFuture<RumConfigResponse> createRumConfigAsync(RumConfigCreateRequest body)
See createRumConfigWithHttpInfoAsync(com.datadog.api.client.v2.model.RumConfigCreateRequest).
body - The definition of the RUM configuration to create. (required)public ApiResponse<RumConfigResponse> createRumConfigWithHttpInfo(RumConfigCreateRequest body) throws ApiException
body - The definition of the RUM configuration to create. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 201 | Created | - |
| 400 | Bad Request | - |
| 403 | Not Authorized | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<RumConfigResponse>> createRumConfigWithHttpInfoAsync(RumConfigCreateRequest body)
See createRumConfigWithHttpInfo(com.datadog.api.client.v2.model.RumConfigCreateRequest).
body - The definition of the RUM configuration to create. (required)public RumConfigResponse getRumConfig() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<RumConfigResponse> getRumConfigAsync()
public ApiResponse<RumConfigResponse> getRumConfigWithHttpInfo() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 403 | Not Authorized | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<RumConfigResponse>> getRumConfigWithHttpInfoAsync()
public RumConfigResponse updateRumConfig(RumConfigUpdateRequest body) throws ApiException
See updateRumConfigWithHttpInfo(com.datadog.api.client.v2.model.RumConfigUpdateRequest).
body - New definition of the RUM configuration. (required)ApiException - if fails to make API callpublic CompletableFuture<RumConfigResponse> updateRumConfigAsync(RumConfigUpdateRequest body)
See updateRumConfigWithHttpInfoAsync(com.datadog.api.client.v2.model.RumConfigUpdateRequest).
body - New definition of the RUM configuration. (required)public ApiResponse<RumConfigResponse> updateRumConfigWithHttpInfo(RumConfigUpdateRequest body) throws ApiException
body - New definition of the RUM configuration. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Not Authorized | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<RumConfigResponse>> updateRumConfigWithHttpInfoAsync(RumConfigUpdateRequest body)
See updateRumConfigWithHttpInfo(com.datadog.api.client.v2.model.RumConfigUpdateRequest).
body - New definition of the RUM configuration. (required)Copyright © 2026. All rights reserved.