| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Control |
Control.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Control |
Control.clearTagsEntries()
Removes all the entries added into Tags.
|
Control |
Control.clone() |
Control |
UpdateControlResult.getControl()
The name of the updated control set that the
UpdateControl API returned. |
Control |
GetControlResult.getControl()
The details of the control that the
GetControl API returned. |
Control |
CreateControlResult.getControl()
The new control that the
CreateControl API returned. |
Control |
Control.withActionPlanInstructions(String actionPlanInstructions)
The recommended actions to carry out if the control isn't fulfilled.
|
Control |
Control.withActionPlanTitle(String actionPlanTitle)
The title of the action plan for remediating the control.
|
Control |
Control.withArn(String arn)
The Amazon Resource Name (ARN) of the control.
|
Control |
Control.withControlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the control.
|
Control |
Control.withControlMappingSources(ControlMappingSource... controlMappingSources)
The data mapping sources for the control.
|
Control |
Control.withControlSources(String controlSources)
The data source types that determine where Audit Manager collects evidence from for the control.
|
Control |
Control.withCreatedAt(Date createdAt)
The time when the control was created.
|
Control |
Control.withCreatedBy(String createdBy)
The user or role that created the control.
|
Control |
Control.withDescription(String description)
The description of the control.
|
Control |
Control.withId(String id)
The unique identifier for the control.
|
Control |
Control.withLastUpdatedAt(Date lastUpdatedAt)
The time when the control was most recently updated.
|
Control |
Control.withLastUpdatedBy(String lastUpdatedBy)
The user or role that most recently updated the control.
|
Control |
Control.withName(String name)
The name of the control.
|
Control |
Control.withTags(Map<String,String> tags)
The tags associated with the control.
|
Control |
Control.withTestingInformation(String testingInformation)
The steps that you should follow to determine if the control has been satisfied.
|
Control |
Control.withType(ControlType type)
Specifies whether the control is a standard control or a custom control.
|
Control |
Control.withType(String type)
Specifies whether the control is a standard control or a custom control.
|
| Modifier and Type | Method and Description |
|---|---|
List<Control> |
ControlSet.getControls()
The list of controls within the control set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateControlResult.setControl(Control control)
The name of the updated control set that the
UpdateControl API returned. |
void |
GetControlResult.setControl(Control control)
The details of the control that the
GetControl API returned. |
void |
CreateControlResult.setControl(Control control)
The new control that the
CreateControl API returned. |
UpdateControlResult |
UpdateControlResult.withControl(Control control)
The name of the updated control set that the
UpdateControl API returned. |
GetControlResult |
GetControlResult.withControl(Control control)
The details of the control that the
GetControl API returned. |
CreateControlResult |
CreateControlResult.withControl(Control control)
The new control that the
CreateControl API returned. |
ControlSet |
ControlSet.withControls(Control... controls)
The list of controls within the control set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ControlSet.setControls(Collection<Control> controls)
The list of controls within the control set.
|
ControlSet |
ControlSet.withControls(Collection<Control> controls)
The list of controls within the control set.
|
Copyright © 2023. All rights reserved.