| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
SpendLimit |
SpendLimit.clone() |
SpendLimit |
SpendLimit.withEnforcedLimit(Long enforcedLimit)
The maximum amount of money, in US dollars, that you want to be able to spend sending messages each month.
|
SpendLimit |
SpendLimit.withMaxLimit(Long maxLimit)
The maximum amount of money that you are able to spend to send messages each month, in US dollars.
|
SpendLimit |
SpendLimit.withName(SpendLimitName name)
The name for the SpendLimit.
|
SpendLimit |
SpendLimit.withName(String name)
The name for the SpendLimit.
|
SpendLimit |
SpendLimit.withOverridden(Boolean overridden)
When set to
True, the value that has been specified in the EnforcedLimit is used to
determine the maximum amount in US dollars that can be spent to send messages each month, in US dollars. |
| Modifier and Type | Method and Description |
|---|---|
List<SpendLimit> |
DescribeSpendLimitsResult.getSpendLimits()
An array of SpendLimit objects that contain the details for the requested spend limits.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSpendLimitsResult |
DescribeSpendLimitsResult.withSpendLimits(SpendLimit... spendLimits)
An array of SpendLimit objects that contain the details for the requested spend limits.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSpendLimitsResult.setSpendLimits(Collection<SpendLimit> spendLimits)
An array of SpendLimit objects that contain the details for the requested spend limits.
|
DescribeSpendLimitsResult |
DescribeSpendLimitsResult.withSpendLimits(Collection<SpendLimit> spendLimits)
An array of SpendLimit objects that contain the details for the requested spend limits.
|
Copyright © 2024. All rights reserved.