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 Lambda functions.
|
AccountUsage |
AccountUsage.withTotalCodeSize(Long totalCodeSize)
The amount of storage space, in bytes, that's being used by deployment packages and layer archives.
|
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 © 2021. All rights reserved.