| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ControlSet |
ControlSet.clone() |
ControlSet |
ControlSet.withControls(Collection<Control> controls)
The list of controls within the control set.
|
ControlSet |
ControlSet.withControls(Control... controls)
The list of controls within the control set.
|
ControlSet |
ControlSet.withId(String id)
The identifier of the control set in the assessment.
|
ControlSet |
ControlSet.withName(String name)
The name of the control set.
|
| Modifier and Type | Method and Description |
|---|---|
List<ControlSet> |
Framework.getControlSets()
The control sets that are associated with the framework.
|
| Modifier and Type | Method and Description |
|---|---|
Framework |
Framework.withControlSets(ControlSet... controlSets)
The control sets that are associated with the framework.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Framework.setControlSets(Collection<ControlSet> controlSets)
The control sets that are associated with the framework.
|
Framework |
Framework.withControlSets(Collection<ControlSet> controlSets)
The control sets that are associated with the framework.
|
Copyright © 2023. All rights reserved.