Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
AccountLimit |
AccountLimit.clone() |
AccountLimit |
GetAccountSettingsResult.getAccountLimit() |
AccountLimit |
AccountLimit.withCodeSizeUnzipped(Long codeSizeUnzipped)
Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for
uploading.
|
AccountLimit |
AccountLimit.withCodeSizeZipped(Long codeSizeZipped)
Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar
file).
|
AccountLimit |
AccountLimit.withConcurrentExecutions(Integer concurrentExecutions)
Number of simultaneous executions of your function per region.
|
AccountLimit |
AccountLimit.withTotalCodeSize(Long totalCodeSize)
Maximum size, in bytes, of a code package you can upload per region.
|
AccountLimit |
AccountLimit.withUnreservedConcurrentExecutions(Integer unreservedConcurrentExecutions)
The number of concurrent executions available to functions that do not have concurrency limits set.
|
Modifier and Type | Method and Description |
---|---|
void |
GetAccountSettingsResult.setAccountLimit(AccountLimit accountLimit) |
GetAccountSettingsResult |
GetAccountSettingsResult.withAccountLimit(AccountLimit accountLimit) |
Copyright © 2018. All rights reserved.