| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager |
Welcome to the Audit Manager API reference.
|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateControlResult> |
AbstractAWSAuditManagerAsync.updateControlAsync(UpdateControlRequest request,
AsyncHandler<UpdateControlRequest,UpdateControlResult> asyncHandler) |
Future<UpdateControlResult> |
AWSAuditManagerAsync.updateControlAsync(UpdateControlRequest updateControlRequest,
AsyncHandler<UpdateControlRequest,UpdateControlResult> asyncHandler)
Updates a custom control in Audit Manager.
|
Future<UpdateControlResult> |
AWSAuditManagerAsyncClient.updateControlAsync(UpdateControlRequest request,
AsyncHandler<UpdateControlRequest,UpdateControlResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateControlRequest |
UpdateControlRequest.clone() |
UpdateControlRequest |
UpdateControlRequest.withActionPlanInstructions(String actionPlanInstructions)
The recommended actions to carry out if the control isn't fulfilled.
|
UpdateControlRequest |
UpdateControlRequest.withActionPlanTitle(String actionPlanTitle)
The title of the action plan for remediating the control.
|
UpdateControlRequest |
UpdateControlRequest.withControlId(String controlId)
The identifier for the control.
|
UpdateControlRequest |
UpdateControlRequest.withControlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the control.
|
UpdateControlRequest |
UpdateControlRequest.withControlMappingSources(ControlMappingSource... controlMappingSources)
The data mapping sources for the control.
|
UpdateControlRequest |
UpdateControlRequest.withDescription(String description)
The optional description of the control.
|
UpdateControlRequest |
UpdateControlRequest.withName(String name)
The name of the updated control.
|
UpdateControlRequest |
UpdateControlRequest.withTestingInformation(String testingInformation)
The steps that you should follow to determine if the control is met.
|
Copyright © 2024. All rights reserved.