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