| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager |
Welcome to the AWS Audit Manager API reference.
|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListControlsResult> |
AbstractAWSAuditManagerAsync.listControlsAsync(ListControlsRequest request,
AsyncHandler<ListControlsRequest,ListControlsResult> asyncHandler) |
Future<ListControlsResult> |
AWSAuditManagerAsync.listControlsAsync(ListControlsRequest listControlsRequest,
AsyncHandler<ListControlsRequest,ListControlsResult> asyncHandler)
Returns a list of controls from AWS Audit Manager.
|
Future<ListControlsResult> |
AWSAuditManagerAsyncClient.listControlsAsync(ListControlsRequest request,
AsyncHandler<ListControlsRequest,ListControlsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListControlsRequest |
ListControlsRequest.clone() |
ListControlsRequest |
ListControlsRequest.withControlType(ControlType controlType)
The type of control, such as standard or custom.
|
ListControlsRequest |
ListControlsRequest.withControlType(String controlType)
The type of control, such as standard or custom.
|
ListControlsRequest |
ListControlsRequest.withMaxResults(Integer maxResults)
Represents the maximum number of results per page, or per API request call.
|
ListControlsRequest |
ListControlsRequest.withNextToken(String nextToken)
The pagination token used to fetch the next set of results.
|
Copyright © 2021. All rights reserved.