Uses of Class
software.amazon.awssdk.services.inspector2.model.ListUsageTotalsResponse
-
Packages that use ListUsageTotalsResponse 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 -
-
Uses of ListUsageTotalsResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return ListUsageTotalsResponse Modifier and Type Method Description default ListUsageTotalsResponseInspector2Client. listUsageTotals(Consumer<ListUsageTotalsRequest.Builder> listUsageTotalsRequest)Lists the Amazon Inspector usage totals over the last 30 days.default ListUsageTotalsResponseInspector2Client. listUsageTotals(ListUsageTotalsRequest listUsageTotalsRequest)Lists the Amazon Inspector usage totals over the last 30 days.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type ListUsageTotalsResponse Modifier and Type Method 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. -
Uses of ListUsageTotalsResponse in software.amazon.awssdk.services.inspector2.paginators
Methods in software.amazon.awssdk.services.inspector2.paginators that return types with arguments of type ListUsageTotalsResponse Modifier and Type Method Description Iterator<ListUsageTotalsResponse>ListUsageTotalsIterable. iterator()Method parameters in software.amazon.awssdk.services.inspector2.paginators with type arguments of type ListUsageTotalsResponse Modifier and Type Method Description voidListUsageTotalsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUsageTotalsResponse> subscriber)
-