Uses of Interface
software.amazon.awssdk.services.lambda.model.AccountLimit.Builder
-
Packages that use AccountLimit.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of AccountLimit.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return AccountLimit.Builder Modifier and Type Method Description static AccountLimit.BuilderAccountLimit. builder()AccountLimit.BuilderAccountLimit.Builder. codeSizeUnzipped(Long codeSizeUnzipped)The maximum size of a function's deployment package and layers when they're extracted.AccountLimit.BuilderAccountLimit.Builder. codeSizeZipped(Long codeSizeZipped)The maximum size of a deployment package when it's uploaded directly to Lambda.AccountLimit.BuilderAccountLimit.Builder. concurrentExecutions(Integer concurrentExecutions)The maximum number of simultaneous function executions.AccountLimit.BuilderAccountLimit. toBuilder()AccountLimit.BuilderAccountLimit.Builder. totalCodeSize(Long totalCodeSize)The amount of storage space that you can use for all deployment packages and layer archives.AccountLimit.BuilderAccountLimit.Builder. unreservedConcurrentExecutions(Integer unreservedConcurrentExecutions)The maximum number of simultaneous function executions, minus the capacity that's reserved for individual functions with PutFunctionConcurrency.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type AccountLimit.Builder Modifier and Type Method Description static Class<? extends AccountLimit.Builder>AccountLimit. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type AccountLimit.Builder Modifier and Type Method Description default GetAccountSettingsResponse.BuilderGetAccountSettingsResponse.Builder. accountLimit(Consumer<AccountLimit.Builder> accountLimit)Limits that are related to concurrency and code storage.
-