Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
AccountLimit |
AccountLimit.clone() |
AccountLimit |
GetAccountSettingsResult.getAccountLimit()
Limits that are related to concurrency and code storage.
|
AccountLimit |
AccountLimit.withCodeSizeUnzipped(Long codeSizeUnzipped)
The maximum size of a function's deployment package and layers when they're extracted.
|
AccountLimit |
AccountLimit.withCodeSizeZipped(Long codeSizeZipped)
The maximum size of a deployment package when it's uploaded directly to Lambda.
|
AccountLimit |
AccountLimit.withConcurrentExecutions(Integer concurrentExecutions)
The maximum number of simultaneous function executions.
|
AccountLimit |
AccountLimit.withTotalCodeSize(Long totalCodeSize)
The amount of storage space that you can use for all deployment packages and layer archives.
|
AccountLimit |
AccountLimit.withUnreservedConcurrentExecutions(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 |
---|---|
void |
GetAccountSettingsResult.setAccountLimit(AccountLimit accountLimit)
Limits that are related to concurrency and code storage.
|
GetAccountSettingsResult |
GetAccountSettingsResult.withAccountLimit(AccountLimit accountLimit)
Limits that are related to concurrency and code storage.
|
Copyright © 2022. All rights reserved.