| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model | |
| software.amazon.awssdk.services.pinpointsmsvoicev2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<SpendLimit> |
DescribeSpendLimitsResponse.spendLimits()
An array of SpendLimit objects that contain the details for the requested spend limits.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSpendLimitsResponse.Builder |
DescribeSpendLimitsResponse.Builder.spendLimits(SpendLimit... spendLimits)
An array of SpendLimit objects that contain the details for the requested spend limits.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSpendLimitsResponse.Builder |
DescribeSpendLimitsResponse.Builder.spendLimits(Collection<SpendLimit> spendLimits)
An array of SpendLimit objects that contain the details for the requested spend limits.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<SpendLimit> |
DescribeSpendLimitsPublisher.spendLimits()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<SpendLimit> |
DescribeSpendLimitsIterable.spendLimits()
Returns an iterable to iterate through the paginated
DescribeSpendLimitsResponse.spendLimits() member. |
Copyright © 2023. All rights reserved.