Uses of Class
software.amazon.awssdk.services.lambda.model.AccountLimit
-
Packages that use AccountLimit Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of AccountLimit in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return AccountLimit Modifier and Type Method Description AccountLimit
GetAccountSettingsResponse. accountLimit()
Limits that are related to concurrency and code storage.Methods in software.amazon.awssdk.services.lambda.model with parameters of type AccountLimit Modifier and Type Method Description GetAccountSettingsResponse.Builder
GetAccountSettingsResponse.Builder. accountLimit(AccountLimit accountLimit)
Limits that are related to concurrency and code storage.
-