| 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<ListCoverageResult> |
AbstractAWSInspector2Async.listCoverageAsync(ListCoverageRequest request,
AsyncHandler<ListCoverageRequest,ListCoverageResult> asyncHandler) |
Future<ListCoverageResult> |
AWSInspector2AsyncClient.listCoverageAsync(ListCoverageRequest request,
AsyncHandler<ListCoverageRequest,ListCoverageResult> asyncHandler) |
Future<ListCoverageResult> |
AWSInspector2Async.listCoverageAsync(ListCoverageRequest listCoverageRequest,
AsyncHandler<ListCoverageRequest,ListCoverageResult> asyncHandler)
Lists coverage details for you environment.
|
| Modifier and Type | Method and Description |
|---|---|
ListCoverageRequest |
ListCoverageRequest.clone() |
ListCoverageRequest |
ListCoverageRequest.withFilterCriteria(CoverageFilterCriteria filterCriteria)
An object that contains details on the filters to apply to the coverage data for your environment.
|
ListCoverageRequest |
ListCoverageRequest.withMaxResults(Integer maxResults)
The maximum number of results the response can return.
|
ListCoverageRequest |
ListCoverageRequest.withNextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
Copyright © 2024. All rights reserved.