Uses of Class
software.amazon.awssdk.services.sns.model.PhoneNumberInformation
Packages that use PhoneNumberInformation
Package
Description
-
Uses of PhoneNumberInformation in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type PhoneNumberInformationModifier and TypeMethodDescriptionfinal List<PhoneNumberInformation>ListOriginationNumbersResponse.phoneNumbers()A list of the calling account's verified and pending origination numbers.Methods in software.amazon.awssdk.services.sns.model with parameters of type PhoneNumberInformationModifier and TypeMethodDescriptionListOriginationNumbersResponse.Builder.phoneNumbers(PhoneNumberInformation... phoneNumbers) A list of the calling account's verified and pending origination numbers.Method parameters in software.amazon.awssdk.services.sns.model with type arguments of type PhoneNumberInformationModifier and TypeMethodDescriptionListOriginationNumbersResponse.Builder.phoneNumbers(Collection<PhoneNumberInformation> phoneNumbers) A list of the calling account's verified and pending origination numbers. -
Uses of PhoneNumberInformation in software.amazon.awssdk.services.sns.paginators
Methods in software.amazon.awssdk.services.sns.paginators that return types with arguments of type PhoneNumberInformationModifier and TypeMethodDescriptionListOriginationNumbersIterable.phoneNumbers()Returns an iterable to iterate through the paginatedListOriginationNumbersResponse.phoneNumbers()member.ListOriginationNumbersPublisher.phoneNumbers()Returns a publisher that can be used to get a stream of data.