Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.SpendLimit
-
Packages that use SpendLimit Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model software.amazon.awssdk.services.pinpointsmsvoicev2.paginators -
-
Uses of SpendLimit in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type SpendLimit Modifier and Type Method Description List<SpendLimit>DescribeSpendLimitsResponse. spendLimits()An array of SpendLimit objects that contain the details for the requested spend limits.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type SpendLimit Modifier and Type Method Description DescribeSpendLimitsResponse.BuilderDescribeSpendLimitsResponse.Builder. spendLimits(SpendLimit... spendLimits)An array of SpendLimit objects that contain the details for the requested spend limits.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type SpendLimit Modifier and Type Method Description DescribeSpendLimitsResponse.BuilderDescribeSpendLimitsResponse.Builder. spendLimits(Collection<SpendLimit> spendLimits)An array of SpendLimit objects that contain the details for the requested spend limits. -
Uses of SpendLimit in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators that return types with arguments of type SpendLimit Modifier and Type Method Description SdkIterable<SpendLimit>DescribeSpendLimitsIterable. spendLimits()Returns an iterable to iterate through the paginatedDescribeSpendLimitsResponse.spendLimits()member.SdkPublisher<SpendLimit>DescribeSpendLimitsPublisher. spendLimits()Returns a publisher that can be used to get a stream of data.
-