| 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<ListUsageTotalsResult> |
AbstractAWSInspector2Async.listUsageTotalsAsync(ListUsageTotalsRequest request,
AsyncHandler<ListUsageTotalsRequest,ListUsageTotalsResult> asyncHandler) |
Future<ListUsageTotalsResult> |
AWSInspector2AsyncClient.listUsageTotalsAsync(ListUsageTotalsRequest request,
AsyncHandler<ListUsageTotalsRequest,ListUsageTotalsResult> asyncHandler) |
Future<ListUsageTotalsResult> |
AWSInspector2Async.listUsageTotalsAsync(ListUsageTotalsRequest listUsageTotalsRequest,
AsyncHandler<ListUsageTotalsRequest,ListUsageTotalsResult> asyncHandler)
Lists the Amazon Inspector usage totals over the last 30 days.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsageTotalsRequest |
ListUsageTotalsRequest.clone() |
ListUsageTotalsRequest |
ListUsageTotalsRequest.withAccountIds(Collection<String> accountIds)
The Amazon Web Services account IDs to retrieve usage totals for.
|
ListUsageTotalsRequest |
ListUsageTotalsRequest.withAccountIds(String... accountIds)
The Amazon Web Services account IDs to retrieve usage totals for.
|
ListUsageTotalsRequest |
ListUsageTotalsRequest.withMaxResults(Integer maxResults)
The maximum number of results the response can return.
|
ListUsageTotalsRequest |
ListUsageTotalsRequest.withNextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
Copyright © 2024. All rights reserved.