Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.AccountLimit
-
Packages that use AccountLimit Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model software.amazon.awssdk.services.pinpointsmsvoicev2.paginators -
-
Uses of AccountLimit in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type AccountLimit Modifier and Type Method Description List<AccountLimit>DescribeAccountLimitsResponse. accountLimits()An array of AccountLimit objects that show the current spend limits.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type AccountLimit Modifier and Type Method Description DescribeAccountLimitsResponse.BuilderDescribeAccountLimitsResponse.Builder. accountLimits(AccountLimit... accountLimits)An array of AccountLimit objects that show the current spend limits.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type AccountLimit Modifier and Type Method Description DescribeAccountLimitsResponse.BuilderDescribeAccountLimitsResponse.Builder. accountLimits(Collection<AccountLimit> accountLimits)An array of AccountLimit objects that show the current spend limits. -
Uses of AccountLimit in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators that return types with arguments of type AccountLimit Modifier and Type Method Description SdkIterable<AccountLimit>DescribeAccountLimitsIterable. accountLimits()Returns an iterable to iterate through the paginatedDescribeAccountLimitsResponse.accountLimits()member.SdkPublisher<AccountLimit>DescribeAccountLimitsPublisher. accountLimits()Returns a publisher that can be used to get a stream of data.
-