| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
RuleBasedViewResponse |
ComplianceApi.getRuleBasedView(Long to)
Get the rule-based view of compliance findings.
|
RuleBasedViewResponse |
ComplianceApi.getRuleBasedView(Long to,
ComplianceApi.GetRuleBasedViewOptionalParameters parameters)
Get the rule-based view of compliance findings.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RuleBasedViewResponse> |
ComplianceApi.getRuleBasedViewAsync(Long to)
Get the rule-based view of compliance findings.
|
CompletableFuture<RuleBasedViewResponse> |
ComplianceApi.getRuleBasedViewAsync(Long to,
ComplianceApi.GetRuleBasedViewOptionalParameters parameters)
Get the rule-based view of compliance findings.
|
ApiResponse<RuleBasedViewResponse> |
ComplianceApi.getRuleBasedViewWithHttpInfo(Long to,
ComplianceApi.GetRuleBasedViewOptionalParameters parameters)
Get an aggregated view of compliance rules with their pass, fail, and muted finding counts.
|
CompletableFuture<ApiResponse<RuleBasedViewResponse>> |
ComplianceApi.getRuleBasedViewWithHttpInfoAsync(Long to,
ComplianceApi.GetRuleBasedViewOptionalParameters parameters)
Get the rule-based view of compliance findings.
|
| Modifier and Type | Method and Description |
|---|---|
RuleBasedViewResponse |
RuleBasedViewResponse.data(RuleBasedViewData data) |
RuleBasedViewResponse |
RuleBasedViewResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.