Uses of Class
software.amazon.awssdk.services.inspector2.model.Usage
-
Packages that use Usage Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of Usage in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type Usage Modifier and Type Method Description List<Usage>UsageTotal. usage()An object representing the total usage for an account.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type Usage Modifier and Type Method Description UsageTotal.BuilderUsageTotal.Builder. usage(Usage... usage)An object representing the total usage for an account.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type Usage Modifier and Type Method Description UsageTotal.BuilderUsageTotal.Builder. usage(Collection<Usage> usage)An object representing the total usage for an account.
-