| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ControlDomainInsights |
ControlDomainInsights.clone() |
ControlDomainInsights |
ControlDomainInsights.withControlsCountByNoncompliantEvidence(Integer controlsCountByNoncompliantEvidence)
The number of controls in the control domain that collected non-compliant evidence on the
lastUpdated date. |
ControlDomainInsights |
ControlDomainInsights.withEvidenceInsights(EvidenceInsights evidenceInsights)
A breakdown of the compliance check status for the evidence that’s associated with the control domain.
|
ControlDomainInsights |
ControlDomainInsights.withId(String id)
The unique identifier for the control domain.
|
ControlDomainInsights |
ControlDomainInsights.withLastUpdated(Date lastUpdated)
The time when the control domain insights were last updated.
|
ControlDomainInsights |
ControlDomainInsights.withName(String name)
The name of the control domain.
|
ControlDomainInsights |
ControlDomainInsights.withTotalControlsCount(Integer totalControlsCount)
The total number of controls in the control domain.
|
| Modifier and Type | Method and Description |
|---|---|
List<ControlDomainInsights> |
ListControlDomainInsightsResult.getControlDomainInsights()
The control domain analytics data that the
ListControlDomainInsights API returned. |
List<ControlDomainInsights> |
ListControlDomainInsightsByAssessmentResult.getControlDomainInsights()
The control domain analytics data that the
ListControlDomainInsightsByAssessment API returned. |
| Modifier and Type | Method and Description |
|---|---|
ListControlDomainInsightsResult |
ListControlDomainInsightsResult.withControlDomainInsights(ControlDomainInsights... controlDomainInsights)
The control domain analytics data that the
ListControlDomainInsights API returned. |
ListControlDomainInsightsByAssessmentResult |
ListControlDomainInsightsByAssessmentResult.withControlDomainInsights(ControlDomainInsights... controlDomainInsights)
The control domain analytics data that the
ListControlDomainInsightsByAssessment API returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListControlDomainInsightsResult.setControlDomainInsights(Collection<ControlDomainInsights> controlDomainInsights)
The control domain analytics data that the
ListControlDomainInsights API returned. |
void |
ListControlDomainInsightsByAssessmentResult.setControlDomainInsights(Collection<ControlDomainInsights> controlDomainInsights)
The control domain analytics data that the
ListControlDomainInsightsByAssessment API returned. |
ListControlDomainInsightsResult |
ListControlDomainInsightsResult.withControlDomainInsights(Collection<ControlDomainInsights> controlDomainInsights)
The control domain analytics data that the
ListControlDomainInsights API returned. |
ListControlDomainInsightsByAssessmentResult |
ListControlDomainInsightsByAssessmentResult.withControlDomainInsights(Collection<ControlDomainInsights> controlDomainInsights)
The control domain analytics data that the
ListControlDomainInsightsByAssessment API returned. |
Copyright © 2023. All rights reserved.