| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
AccountUsage | 
AccountUsage.clone()  | 
AccountUsage | 
GetAccountSettingsResult.getAccountUsage()
 The number of functions and amount of storage in use. 
 | 
AccountUsage | 
AccountUsage.withFunctionCount(Long functionCount)
 The number of your account's existing functions per region. 
 | 
AccountUsage | 
AccountUsage.withTotalCodeSize(Long totalCodeSize)
 Total size, in bytes, of the account's deployment packages per region. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GetAccountSettingsResult.setAccountUsage(AccountUsage accountUsage)
 The number of functions and amount of storage in use. 
 | 
GetAccountSettingsResult | 
GetAccountSettingsResult.withAccountUsage(AccountUsage accountUsage)
 The number of functions and amount of storage in use. 
 | 
Copyright © 2018. All rights reserved.