Uses of Class
software.amazon.awssdk.services.lambda.model.AccountUsage
-
Packages that use AccountUsage Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of AccountUsage in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return AccountUsage Modifier and Type Method Description AccountUsage
GetAccountSettingsResponse. accountUsage()
The number of functions and amount of storage in use.Methods in software.amazon.awssdk.services.lambda.model with parameters of type AccountUsage Modifier and Type Method Description GetAccountSettingsResponse.Builder
GetAccountSettingsResponse.Builder. accountUsage(AccountUsage accountUsage)
The number of functions and amount of storage in use.
-