Uses of Interface
software.amazon.awssdk.services.lambda.model.AccountLimit.Builder
Packages that use AccountLimit.Builder
-
Uses of AccountLimit.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return AccountLimit.BuilderModifier and TypeMethodDescriptionstatic AccountLimit.BuilderAccountLimit.builder()AccountLimit.Builder.codeSizeUnzipped(Long codeSizeUnzipped) The maximum size of a function's deployment package and layers when they're extracted.AccountLimit.Builder.codeSizeZipped(Long codeSizeZipped) The maximum size of a deployment package when it's uploaded directly to Lambda.AccountLimit.Builder.concurrentExecutions(Integer concurrentExecutions) The maximum number of simultaneous function executions.AccountLimit.toBuilder()AccountLimit.Builder.totalCodeSize(Long totalCodeSize) The amount of storage space that you can use for all deployment packages and layer archives.AccountLimit.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AccountLimit.Builder>AccountLimit.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type AccountLimit.BuilderModifier and TypeMethodDescriptionGetAccountSettingsResponse.Builder.accountLimit(Consumer<AccountLimit.Builder> accountLimit) Limits that are related to concurrency and code storage.