| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
AccountLimit |
AccountLimit.clone() |
AccountLimit |
AccountLimit.withMax(Long max)
The Amazon Web Services set limit for that resource type, in US dollars.
|
AccountLimit |
AccountLimit.withName(AccountLimitName name)
The name of the attribute to apply the account limit to.
|
AccountLimit |
AccountLimit.withName(String name)
The name of the attribute to apply the account limit to.
|
AccountLimit |
AccountLimit.withUsed(Long used)
The current amount that has been spent, in US dollars.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountLimit> |
DescribeAccountLimitsResult.getAccountLimits()
An array of AccountLimit objects that show the current spend limits.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountLimitsResult |
DescribeAccountLimitsResult.withAccountLimits(AccountLimit... accountLimits)
An array of AccountLimit objects that show the current spend limits.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAccountLimitsResult.setAccountLimits(Collection<AccountLimit> accountLimits)
An array of AccountLimit objects that show the current spend limits.
|
DescribeAccountLimitsResult |
DescribeAccountLimitsResult.withAccountLimits(Collection<AccountLimit> accountLimits)
An array of AccountLimit objects that show the current spend limits.
|
Copyright © 2024. All rights reserved.