| 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<ListControlsResult> |
AWSAuditManagerAsyncClient.listControlsAsync(ListControlsRequest request,
AsyncHandler<ListControlsRequest,ListControlsResult> asyncHandler) |
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 Audit Manager.
|
| Modifier and Type | Method and Description |
|---|---|
ListControlsRequest |
ListControlsRequest.clone() |
ListControlsRequest |
ListControlsRequest.withControlCatalogId(String controlCatalogId)
A filter that narrows the list of controls to a specific resource from the Amazon Web Services Control Catalog.
|
ListControlsRequest |
ListControlsRequest.withControlType(ControlType controlType)
A filter that narrows the list of controls to a specific type.
|
ListControlsRequest |
ListControlsRequest.withControlType(String controlType)
A filter that narrows the list of controls to a specific type.
|
ListControlsRequest |
ListControlsRequest.withMaxResults(Integer maxResults)
The maximum number of results on a page or for an API request call.
|
ListControlsRequest |
ListControlsRequest.withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
Copyright © 2025. All rights reserved.