| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
AssessmentControlSet |
AssessmentControlSet.clone() |
AssessmentControlSet |
UpdateAssessmentControlSetStatusResult.getControlSet()
The name of the updated control set that the
UpdateAssessmentControlSetStatus API returned. |
AssessmentControlSet |
AssessmentControlSet.withControls(AssessmentControl... controls)
The list of controls that's contained with the control set.
|
AssessmentControlSet |
AssessmentControlSet.withControls(Collection<AssessmentControl> controls)
The list of controls that's contained with the control set.
|
AssessmentControlSet |
AssessmentControlSet.withDelegations(Collection<Delegation> delegations)
The delegations that are associated with the control set.
|
AssessmentControlSet |
AssessmentControlSet.withDelegations(Delegation... delegations)
The delegations that are associated with the control set.
|
AssessmentControlSet |
AssessmentControlSet.withDescription(String description)
The description for the control set.
|
AssessmentControlSet |
AssessmentControlSet.withId(String id)
The identifier of the control set in the assessment.
|
AssessmentControlSet |
AssessmentControlSet.withManualEvidenceCount(Integer manualEvidenceCount)
The total number of evidence objects that are uploaded manually to the control set.
|
AssessmentControlSet |
AssessmentControlSet.withRoles(Collection<Role> roles)
The roles that are associated with the control set.
|
AssessmentControlSet |
AssessmentControlSet.withRoles(Role... roles)
The roles that are associated with the control set.
|
AssessmentControlSet |
AssessmentControlSet.withStatus(ControlSetStatus status)
The current status of the control set.
|
AssessmentControlSet |
AssessmentControlSet.withStatus(String status)
The current status of the control set.
|
AssessmentControlSet |
AssessmentControlSet.withSystemEvidenceCount(Integer systemEvidenceCount)
The total number of evidence objects that are retrieved automatically for the control set.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssessmentControlSet> |
AssessmentFramework.getControlSets()
The control sets that are associated with the framework.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAssessmentControlSetStatusResult.setControlSet(AssessmentControlSet controlSet)
The name of the updated control set that the
UpdateAssessmentControlSetStatus API returned. |
UpdateAssessmentControlSetStatusResult |
UpdateAssessmentControlSetStatusResult.withControlSet(AssessmentControlSet controlSet)
The name of the updated control set that the
UpdateAssessmentControlSetStatus API returned. |
AssessmentFramework |
AssessmentFramework.withControlSets(AssessmentControlSet... controlSets)
The control sets that are associated with the framework.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssessmentFramework.setControlSets(Collection<AssessmentControlSet> controlSets)
The control sets that are associated with the framework.
|
AssessmentFramework |
AssessmentFramework.withControlSets(Collection<AssessmentControlSet> controlSets)
The control sets that are associated with the framework.
|
Copyright © 2023. All rights reserved.