Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
AccountLimit |
AccountLimit.clone() |
AccountLimit |
GetAccountSettingsResult.getAccountLimit()
Limits related to concurrency and code storage.
|
AccountLimit |
AccountLimit.withCodeSizeUnzipped(Long codeSizeUnzipped)
The maximum size of your function's code and layers when extracted.
|
AccountLimit |
AccountLimit.withCodeSizeZipped(Long codeSizeZipped)
The maximum size of a deployment package when uploaded direcly to AWS 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, less the concurrency reserved for individual functions
with PutFunctionConcurrency.
|
Modifier and Type | Method and Description |
---|---|
void |
GetAccountSettingsResult.setAccountLimit(AccountLimit accountLimit)
Limits related to concurrency and code storage.
|
GetAccountSettingsResult |
GetAccountSettingsResult.withAccountLimit(AccountLimit accountLimit)
Limits related to concurrency and code storage.
|
Copyright © 2019. All rights reserved.