@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RumAudienceManagementApi extends Object
| Constructor and Description |
|---|
RumAudienceManagementApi() |
RumAudienceManagementApi(ApiClient apiClient) |
public RumAudienceManagementApi()
public RumAudienceManagementApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic void createConnection(String entity, CreateConnectionRequest body) throws ApiException
entity - The entity for which to create the connection (required)body - (required)ApiException - if fails to make API callpublic CompletableFuture<Void> createConnectionAsync(String entity, CreateConnectionRequest body)
entity - The entity for which to create the connection (required)body - (required)public ApiResponse<Void> createConnectionWithHttpInfo(String entity, CreateConnectionRequest body) throws ApiException
entity - The entity for which to create the connection (required)body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 201 | Connection created successfully | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<Void>> createConnectionWithHttpInfoAsync(String entity, CreateConnectionRequest body)
entity - The entity for which to create the connection (required)body - (required)public void deleteConnection(String id, String entity) throws ApiException
See deleteConnectionWithHttpInfo(java.lang.String, java.lang.String).
id - The connection ID to delete (required)entity - The entity for which to delete the connection (required)ApiException - if fails to make API callpublic CompletableFuture<Void> deleteConnectionAsync(String id, String entity)
See deleteConnectionWithHttpInfoAsync(java.lang.String, java.lang.String).
id - The connection ID to delete (required)entity - The entity for which to delete the connection (required)public ApiResponse<Void> deleteConnectionWithHttpInfo(String id, String entity) throws ApiException
id - The connection ID to delete (required)entity - The entity for which to delete the connection (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 204 | Connection deleted successfully | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<Void>> deleteConnectionWithHttpInfoAsync(String id, String entity)
See deleteConnectionWithHttpInfo(java.lang.String, java.lang.String).
id - The connection ID to delete (required)entity - The entity for which to delete the connection (required)public FacetInfoResponse getAccountFacetInfo(FacetInfoRequest body) throws ApiException
See getAccountFacetInfoWithHttpInfo(com.datadog.api.client.v2.model.FacetInfoRequest).
body - (required)ApiException - if fails to make API callpublic CompletableFuture<FacetInfoResponse> getAccountFacetInfoAsync(FacetInfoRequest body)
See getAccountFacetInfoWithHttpInfoAsync(com.datadog.api.client.v2.model.FacetInfoRequest).
body - (required)public ApiResponse<FacetInfoResponse> getAccountFacetInfoWithHttpInfo(FacetInfoRequest body) throws ApiException
body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | Successful response with facet information | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<FacetInfoResponse>> getAccountFacetInfoWithHttpInfoAsync(FacetInfoRequest body)
See getAccountFacetInfoWithHttpInfo(com.datadog.api.client.v2.model.FacetInfoRequest).
body - (required)public GetMappingResponse getMapping(String entity) throws ApiException
entity - The entity for which to get the mapping (required)ApiException - if fails to make API callpublic CompletableFuture<GetMappingResponse> getMappingAsync(String entity)
entity - The entity for which to get the mapping (required)public ApiResponse<GetMappingResponse> getMappingWithHttpInfo(String entity) throws ApiException
entity - The entity for which to get the mapping (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | Successful response with entity mapping configuration | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<GetMappingResponse>> getMappingWithHttpInfoAsync(String entity)
entity - The entity for which to get the mapping (required)public FacetInfoResponse getUserFacetInfo(FacetInfoRequest body) throws ApiException
See getUserFacetInfoWithHttpInfo(com.datadog.api.client.v2.model.FacetInfoRequest).
body - (required)ApiException - if fails to make API callpublic CompletableFuture<FacetInfoResponse> getUserFacetInfoAsync(FacetInfoRequest body)
See getUserFacetInfoWithHttpInfoAsync(com.datadog.api.client.v2.model.FacetInfoRequest).
body - (required)public ApiResponse<FacetInfoResponse> getUserFacetInfoWithHttpInfo(FacetInfoRequest body) throws ApiException
body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | Successful response with facet information | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<FacetInfoResponse>> getUserFacetInfoWithHttpInfoAsync(FacetInfoRequest body)
See getUserFacetInfoWithHttpInfo(com.datadog.api.client.v2.model.FacetInfoRequest).
body - (required)public ListConnectionsResponse listConnections(String entity) throws ApiException
entity - The entity for which to list connections (required)ApiException - if fails to make API callpublic CompletableFuture<ListConnectionsResponse> listConnectionsAsync(String entity)
entity - The entity for which to list connections (required)public ApiResponse<ListConnectionsResponse> listConnectionsWithHttpInfo(String entity) throws ApiException
entity - The entity for which to list connections (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | Successful response with list of connections | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<ListConnectionsResponse>> listConnectionsWithHttpInfoAsync(String entity)
entity - The entity for which to list connections (required)public QueryResponse queryAccounts(QueryAccountRequest body) throws ApiException
See queryAccountsWithHttpInfo(com.datadog.api.client.v2.model.QueryAccountRequest).
body - (required)ApiException - if fails to make API callpublic CompletableFuture<QueryResponse> queryAccountsAsync(QueryAccountRequest body)
See queryAccountsWithHttpInfoAsync(com.datadog.api.client.v2.model.QueryAccountRequest).
body - (required)public ApiResponse<QueryResponse> queryAccountsWithHttpInfo(QueryAccountRequest body) throws ApiException
body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | Successful response with account data | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<QueryResponse>> queryAccountsWithHttpInfoAsync(QueryAccountRequest body)
See queryAccountsWithHttpInfo(com.datadog.api.client.v2.model.QueryAccountRequest).
body - (required)public QueryResponse queryEventFilteredUsers(QueryEventFilteredUsersRequest body) throws ApiException
See queryEventFilteredUsersWithHttpInfo(com.datadog.api.client.v2.model.QueryEventFilteredUsersRequest).
body - (required)ApiException - if fails to make API callpublic CompletableFuture<QueryResponse> queryEventFilteredUsersAsync(QueryEventFilteredUsersRequest body)
body - (required)public ApiResponse<QueryResponse> queryEventFilteredUsersWithHttpInfo(QueryEventFilteredUsersRequest body) throws ApiException
body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | Successful response with filtered user data | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<QueryResponse>> queryEventFilteredUsersWithHttpInfoAsync(QueryEventFilteredUsersRequest body)
See queryEventFilteredUsersWithHttpInfo(com.datadog.api.client.v2.model.QueryEventFilteredUsersRequest).
body - (required)public QueryResponse queryUsers(QueryUsersRequest body) throws ApiException
body - (required)ApiException - if fails to make API callpublic CompletableFuture<QueryResponse> queryUsersAsync(QueryUsersRequest body)
body - (required)public ApiResponse<QueryResponse> queryUsersWithHttpInfo(QueryUsersRequest body) throws ApiException
body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | Successful response with user data | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<QueryResponse>> queryUsersWithHttpInfoAsync(QueryUsersRequest body)
body - (required)public void updateConnection(String entity, UpdateConnectionRequest body) throws ApiException
entity - The entity for which to update the connection (required)body - (required)ApiException - if fails to make API callpublic CompletableFuture<Void> updateConnectionAsync(String entity, UpdateConnectionRequest body)
entity - The entity for which to update the connection (required)body - (required)public ApiResponse<Void> updateConnectionWithHttpInfo(String entity, UpdateConnectionRequest body) throws ApiException
entity - The entity for which to update the connection (required)body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | Connection updated successfully | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<Void>> updateConnectionWithHttpInfoAsync(String entity, UpdateConnectionRequest body)
entity - The entity for which to update the connection (required)body - (required)Copyright © 2026. All rights reserved.