| 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 megabytes, of a code package you can upload per region. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GetAccountSettingsResult.setAccountLimit(AccountLimit accountLimit)  | 
GetAccountSettingsResult | 
GetAccountSettingsResult.withAccountLimit(AccountLimit accountLimit)  | 
Copyright © 2016. All rights reserved.