Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.AccountAttribute
-
Packages that use AccountAttribute Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model software.amazon.awssdk.services.pinpointsmsvoicev2.paginators -
-
Uses of AccountAttribute in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type AccountAttribute Modifier and Type Method Description List<AccountAttribute>DescribeAccountAttributesResponse. accountAttributes()An array of AccountAttributes objects.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type AccountAttribute Modifier and Type Method Description DescribeAccountAttributesResponse.BuilderDescribeAccountAttributesResponse.Builder. accountAttributes(AccountAttribute... accountAttributes)An array of AccountAttributes objects.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type AccountAttribute Modifier and Type Method Description DescribeAccountAttributesResponse.BuilderDescribeAccountAttributesResponse.Builder. accountAttributes(Collection<AccountAttribute> accountAttributes)An array of AccountAttributes objects. -
Uses of AccountAttribute in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators that return types with arguments of type AccountAttribute Modifier and Type Method Description SdkIterable<AccountAttribute>DescribeAccountAttributesIterable. accountAttributes()Returns an iterable to iterate through the paginatedDescribeAccountAttributesResponse.accountAttributes()member.SdkPublisher<AccountAttribute>DescribeAccountAttributesPublisher. accountAttributes()Returns a publisher that can be used to get a stream of data.
-