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 AccountUsageGetAccountSettingsResponse. 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.BuilderGetAccountSettingsResponse.Builder. accountUsage(AccountUsage accountUsage)The number of functions and amount of storage in use.
-