Uses of Class
software.amazon.awssdk.services.inspector2.model.ListUsageTotalsRequest
-
Packages that use ListUsageTotalsRequest 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 software.amazon.awssdk.services.inspector2.transform -
-
Uses of ListUsageTotalsRequest in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 with parameters of type ListUsageTotalsRequest Modifier and Type Method Description default CompletableFuture<ListUsageTotalsResponse>Inspector2AsyncClient. listUsageTotals(ListUsageTotalsRequest 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.default ListUsageTotalsPublisherInspector2AsyncClient. listUsageTotalsPaginator(ListUsageTotalsRequest listUsageTotalsRequest)Lists the Amazon Inspector usage totals over the last 30 days.default ListUsageTotalsIterableInspector2Client. listUsageTotalsPaginator(ListUsageTotalsRequest listUsageTotalsRequest)Lists the Amazon Inspector usage totals over the last 30 days. -
Uses of ListUsageTotalsRequest in software.amazon.awssdk.services.inspector2.paginators
Constructors in software.amazon.awssdk.services.inspector2.paginators with parameters of type ListUsageTotalsRequest Constructor Description ListUsageTotalsIterable(Inspector2Client client, ListUsageTotalsRequest firstRequest)ListUsageTotalsPublisher(Inspector2AsyncClient client, ListUsageTotalsRequest firstRequest) -
Uses of ListUsageTotalsRequest in software.amazon.awssdk.services.inspector2.transform
Methods in software.amazon.awssdk.services.inspector2.transform with parameters of type ListUsageTotalsRequest Modifier and Type Method Description SdkHttpFullRequestListUsageTotalsRequestMarshaller. marshall(ListUsageTotalsRequest listUsageTotalsRequest)
-