Uses of Class
software.amazon.awssdk.services.sns.model.PhoneNumberInformation
-
Packages that use PhoneNumberInformation Package Description software.amazon.awssdk.services.sns.model software.amazon.awssdk.services.sns.paginators -
-
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 PhoneNumberInformation Modifier and Type Method Description 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 PhoneNumberInformation Modifier and Type Method Description ListOriginationNumbersResponse.BuilderListOriginationNumbersResponse.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 PhoneNumberInformation Modifier and Type Method Description ListOriginationNumbersResponse.BuilderListOriginationNumbersResponse.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 PhoneNumberInformation Modifier and Type Method Description SdkIterable<PhoneNumberInformation>ListOriginationNumbersIterable. phoneNumbers()Returns an iterable to iterate through the paginatedListOriginationNumbersResponse.phoneNumbers()member.SdkPublisher<PhoneNumberInformation>ListOriginationNumbersPublisher. phoneNumbers()Returns a publisher that can be used to get a stream of data.
-