| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
AssessmentControl |
AssessmentControl.clone() |
AssessmentControl |
UpdateAssessmentControlResult.getControl()
The name of the updated control set that the
UpdateAssessmentControl API returned. |
AssessmentControl |
AssessmentControl.withAssessmentReportEvidenceCount(Integer assessmentReportEvidenceCount)
The amount of evidence in the assessment report.
|
AssessmentControl |
AssessmentControl.withComments(Collection<ControlComment> comments)
The list of comments that's attached to the control.
|
AssessmentControl |
AssessmentControl.withComments(ControlComment... comments)
The list of comments that's attached to the control.
|
AssessmentControl |
AssessmentControl.withDescription(String description)
The description of the control.
|
AssessmentControl |
AssessmentControl.withEvidenceCount(Integer evidenceCount)
The amount of evidence that's collected for the control.
|
AssessmentControl |
AssessmentControl.withEvidenceSources(Collection<String> evidenceSources)
The list of data sources for the evidence.
|
AssessmentControl |
AssessmentControl.withEvidenceSources(String... evidenceSources)
The list of data sources for the evidence.
|
AssessmentControl |
AssessmentControl.withId(String id)
The identifier for the control.
|
AssessmentControl |
AssessmentControl.withName(String name)
The name of the control.
|
AssessmentControl |
AssessmentControl.withResponse(ControlResponse response)
The response of the control.
|
AssessmentControl |
AssessmentControl.withResponse(String response)
The response of the control.
|
AssessmentControl |
AssessmentControl.withStatus(ControlStatus status)
The status of the control.
|
AssessmentControl |
AssessmentControl.withStatus(String status)
The status of the control.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssessmentControl> |
AssessmentControlSet.getControls()
The list of controls that's contained with the control set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAssessmentControlResult.setControl(AssessmentControl control)
The name of the updated control set that the
UpdateAssessmentControl API returned. |
UpdateAssessmentControlResult |
UpdateAssessmentControlResult.withControl(AssessmentControl control)
The name of the updated control set that the
UpdateAssessmentControl API returned. |
AssessmentControlSet |
AssessmentControlSet.withControls(AssessmentControl... controls)
The list of controls that's contained with the control set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssessmentControlSet.setControls(Collection<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.
|
Copyright © 2023. All rights reserved.