Uses of Class
software.amazon.awssdk.services.inspector2.model.UsageTotal
-
Packages that use UsageTotal Package Description software.amazon.awssdk.services.inspector2.model software.amazon.awssdk.services.inspector2.paginators -
-
Uses of UsageTotal in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type UsageTotal Modifier and Type Method Description List<UsageTotal>ListUsageTotalsResponse. totals()An object with details on the total usage for the requested account.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type UsageTotal Modifier and Type Method Description ListUsageTotalsResponse.BuilderListUsageTotalsResponse.Builder. totals(UsageTotal... totals)An object with details on the total usage for the requested account.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type UsageTotal Modifier and Type Method Description ListUsageTotalsResponse.BuilderListUsageTotalsResponse.Builder. totals(Collection<UsageTotal> totals)An object with details on the total usage for the requested account. -
Uses of UsageTotal in software.amazon.awssdk.services.inspector2.paginators
Methods in software.amazon.awssdk.services.inspector2.paginators that return types with arguments of type UsageTotal Modifier and Type Method Description SdkIterable<UsageTotal>ListUsageTotalsIterable. totals()Returns an iterable to iterate through the paginatedListUsageTotalsResponse.totals()member.SdkPublisher<UsageTotal>ListUsageTotalsPublisher. totals()Returns a publisher that can be used to get a stream of data.
-