| Package | Description |
|---|---|
| com.amazonaws.services.inspector2 |
Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities
within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments.
|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListCisScansResult> |
AbstractAWSInspector2Async.listCisScansAsync(ListCisScansRequest request,
AsyncHandler<ListCisScansRequest,ListCisScansResult> asyncHandler) |
Future<ListCisScansResult> |
AWSInspector2AsyncClient.listCisScansAsync(ListCisScansRequest request,
AsyncHandler<ListCisScansRequest,ListCisScansResult> asyncHandler) |
Future<ListCisScansResult> |
AWSInspector2Async.listCisScansAsync(ListCisScansRequest listCisScansRequest,
AsyncHandler<ListCisScansRequest,ListCisScansResult> asyncHandler)
Returns a CIS scan list.
|
| Modifier and Type | Method and Description |
|---|---|
ListCisScansRequest |
ListCisScansRequest.clone() |
ListCisScansRequest |
ListCisScansRequest.withDetailLevel(ListCisScansDetailLevel detailLevel)
The detail applied to the CIS scan.
|
ListCisScansRequest |
ListCisScansRequest.withDetailLevel(String detailLevel)
The detail applied to the CIS scan.
|
ListCisScansRequest |
ListCisScansRequest.withFilterCriteria(ListCisScansFilterCriteria filterCriteria)
The CIS scan filter criteria.
|
ListCisScansRequest |
ListCisScansRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned.
|
ListCisScansRequest |
ListCisScansRequest.withNextToken(String nextToken)
The pagination token from a previous request that's used to retrieve the next page of results.
|
ListCisScansRequest |
ListCisScansRequest.withSortBy(ListCisScansSortBy sortBy)
The CIS scans sort by order.
|
ListCisScansRequest |
ListCisScansRequest.withSortBy(String sortBy)
The CIS scans sort by order.
|
ListCisScansRequest |
ListCisScansRequest.withSortOrder(CisSortOrder sortOrder)
The CIS scans sort order.
|
ListCisScansRequest |
ListCisScansRequest.withSortOrder(String sortOrder)
The CIS scans sort order.
|
Copyright © 2025. All rights reserved.