Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
AccountUsage |
AccountUsage.clone() |
AccountUsage |
GetAccountSettingsResult.getAccountUsage() |
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) |
GetAccountSettingsResult |
GetAccountSettingsResult.withAccountUsage(AccountUsage accountUsage) |
Copyright © 2017. All rights reserved.