| 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<CreateControlResult> |
AbstractAWSAuditManagerAsync.createControlAsync(CreateControlRequest request,
AsyncHandler<CreateControlRequest,CreateControlResult> asyncHandler) |
Future<CreateControlResult> |
AWSAuditManagerAsync.createControlAsync(CreateControlRequest createControlRequest,
AsyncHandler<CreateControlRequest,CreateControlResult> asyncHandler)
Creates a new custom control in Audit Manager.
|
Future<CreateControlResult> |
AWSAuditManagerAsyncClient.createControlAsync(CreateControlRequest request,
AsyncHandler<CreateControlRequest,CreateControlResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateControlRequest |
CreateControlRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateControlRequest |
CreateControlRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateControlRequest |
CreateControlRequest.clone() |
CreateControlRequest |
CreateControlRequest.withActionPlanInstructions(String actionPlanInstructions)
The recommended actions to carry out if the control isn't fulfilled.
|
CreateControlRequest |
CreateControlRequest.withActionPlanTitle(String actionPlanTitle)
The title of the action plan for remediating the control.
|
CreateControlRequest |
CreateControlRequest.withControlMappingSources(Collection<CreateControlMappingSource> controlMappingSources)
The data mapping sources for the control.
|
CreateControlRequest |
CreateControlRequest.withControlMappingSources(CreateControlMappingSource... controlMappingSources)
The data mapping sources for the control.
|
CreateControlRequest |
CreateControlRequest.withDescription(String description)
The description of the control.
|
CreateControlRequest |
CreateControlRequest.withName(String name)
The name of the control.
|
CreateControlRequest |
CreateControlRequest.withTags(Map<String,String> tags)
The tags that are associated with the control.
|
CreateControlRequest |
CreateControlRequest.withTestingInformation(String testingInformation)
The steps to follow to determine if the control is satisfied.
|
Copyright © 2022. All rights reserved.