| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2 |
Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities
within your Amazon EC2 and Amazon ECR environments.
|
| software.amazon.awssdk.services.inspector2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListUsageTotalsResponse |
Inspector2Client.listUsageTotals(Consumer<ListUsageTotalsRequest.Builder> listUsageTotalsRequest)
Lists the Amazon Inspector usage totals over the last 30 days.
|
default ListUsageTotalsResponse |
Inspector2Client.listUsageTotals(ListUsageTotalsRequest listUsageTotalsRequest)
Lists the Amazon Inspector usage totals over the last 30 days.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListUsageTotalsResponse> |
Inspector2AsyncClient.listUsageTotals(Consumer<ListUsageTotalsRequest.Builder> listUsageTotalsRequest)
Lists the Amazon Inspector usage totals over the last 30 days.
|
default CompletableFuture<ListUsageTotalsResponse> |
Inspector2AsyncClient.listUsageTotals(ListUsageTotalsRequest listUsageTotalsRequest)
Lists the Amazon Inspector usage totals over the last 30 days.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListUsageTotalsResponse> |
ListUsageTotalsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsageTotalsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListUsageTotalsResponse> subscriber) |
Copyright © 2022. All rights reserved.