| 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 |
|---|---|
ListCisScansResult |
AbstractAWSInspector2.listCisScans(ListCisScansRequest request) |
ListCisScansResult |
AWSInspector2.listCisScans(ListCisScansRequest listCisScansRequest)
Returns a CIS scan list.
|
ListCisScansResult |
AWSInspector2Client.listCisScans(ListCisScansRequest request)
Returns a CIS scan list.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListCisScansResult> |
AbstractAWSInspector2Async.listCisScansAsync(ListCisScansRequest request,
AsyncHandler<ListCisScansRequest,ListCisScansResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCisScansResult |
ListCisScansResult.clone() |
ListCisScansResult |
ListCisScansResult.withNextToken(String nextToken)
The pagination token from a previous request that's used to retrieve the next page of results.
|
ListCisScansResult |
ListCisScansResult.withScans(CisScan... scans)
The CIS scans.
|
ListCisScansResult |
ListCisScansResult.withScans(Collection<CisScan> scans)
The CIS scans.
|
Copyright © 2024. All rights reserved.