@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ComplianceApi extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ComplianceApi.GetRuleBasedViewOptionalParameters
Manage optional parameters to getRuleBasedView.
|
| Constructor and Description |
|---|
ComplianceApi() |
ComplianceApi(ApiClient apiClient) |
public ComplianceApi()
public ComplianceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic RuleBasedViewResponse getRuleBasedView(Long to) throws ApiException
to - Timestamp of the query end, in milliseconds since the Unix epoch. (required)ApiException - if fails to make API callpublic CompletableFuture<RuleBasedViewResponse> getRuleBasedViewAsync(Long to)
to - Timestamp of the query end, in milliseconds since the Unix epoch. (required)public RuleBasedViewResponse getRuleBasedView(Long to, ComplianceApi.GetRuleBasedViewOptionalParameters parameters) throws ApiException
to - Timestamp of the query end, in milliseconds since the Unix epoch. (required)parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<RuleBasedViewResponse> getRuleBasedViewAsync(Long to, ComplianceApi.GetRuleBasedViewOptionalParameters parameters)
to - Timestamp of the query end, in milliseconds since the Unix epoch. (required)parameters - Optional parameters for the request.public ApiResponse<RuleBasedViewResponse> getRuleBasedViewWithHttpInfo(Long to, ComplianceApi.GetRuleBasedViewOptionalParameters parameters) throws ApiException
to - Timestamp of the query end, in milliseconds since the Unix epoch. (required)parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Not Authorized | - |
| 429 | Too many requests | - |
| 503 | Service Unavailable | - |
public CompletableFuture<ApiResponse<RuleBasedViewResponse>> getRuleBasedViewWithHttpInfoAsync(Long to, ComplianceApi.GetRuleBasedViewOptionalParameters parameters)
to - Timestamp of the query end, in milliseconds since the Unix epoch. (required)parameters - Optional parameters for the request.Copyright © 2026. All rights reserved.