| 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, Amazon ECR, and Amazon Web Services Lambda environments.
|
| software.amazon.awssdk.services.inspector2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListCoverageResponse |
Inspector2Client.listCoverage(Consumer<ListCoverageRequest.Builder> listCoverageRequest)
Lists coverage details for you environment.
|
default ListCoverageResponse |
Inspector2Client.listCoverage(ListCoverageRequest listCoverageRequest)
Lists coverage details for you environment.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCoverageResponse> |
Inspector2AsyncClient.listCoverage(Consumer<ListCoverageRequest.Builder> listCoverageRequest)
Lists coverage details for you environment.
|
default CompletableFuture<ListCoverageResponse> |
Inspector2AsyncClient.listCoverage(ListCoverageRequest listCoverageRequest)
Lists coverage details for you environment.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCoverageResponse> |
ListCoverageIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCoveragePublisher.subscribe(org.reactivestreams.Subscriber<? super ListCoverageResponse> subscriber) |
Copyright © 2023. All rights reserved.