Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.PhoneNumberInformation
-
Packages that use PhoneNumberInformation Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model software.amazon.awssdk.services.pinpointsmsvoicev2.paginators -
-
Uses of PhoneNumberInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type PhoneNumberInformation Modifier and Type Method Description List<PhoneNumberInformation>DescribePhoneNumbersResponse. phoneNumbers()An array of PhoneNumberInformation objects that contain the details for the requested phone numbers.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type PhoneNumberInformation Modifier and Type Method Description DescribePhoneNumbersResponse.BuilderDescribePhoneNumbersResponse.Builder. phoneNumbers(PhoneNumberInformation... phoneNumbers)An array of PhoneNumberInformation objects that contain the details for the requested phone numbers.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type PhoneNumberInformation Modifier and Type Method Description DescribePhoneNumbersResponse.BuilderDescribePhoneNumbersResponse.Builder. phoneNumbers(Collection<PhoneNumberInformation> phoneNumbers)An array of PhoneNumberInformation objects that contain the details for the requested phone numbers. -
Uses of PhoneNumberInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators that return types with arguments of type PhoneNumberInformation Modifier and Type Method Description SdkIterable<PhoneNumberInformation>DescribePhoneNumbersIterable. phoneNumbers()Returns an iterable to iterate through the paginatedDescribePhoneNumbersResponse.phoneNumbers()member.SdkPublisher<PhoneNumberInformation>DescribePhoneNumbersPublisher. phoneNumbers()Returns a publisher that can be used to get a stream of data.
-