Uses of Class
software.amazon.awssdk.services.sns.model.SMSSandboxPhoneNumber
Packages that use SMSSandboxPhoneNumber
Package
Description
-
Uses of SMSSandboxPhoneNumber in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type SMSSandboxPhoneNumberModifier and TypeMethodDescriptionfinal List<SMSSandboxPhoneNumber>ListSmsSandboxPhoneNumbersResponse.phoneNumbers()A list of the calling account's pending and verified phone numbers.Methods in software.amazon.awssdk.services.sns.model with parameters of type SMSSandboxPhoneNumberModifier and TypeMethodDescriptionListSmsSandboxPhoneNumbersResponse.Builder.phoneNumbers(SMSSandboxPhoneNumber... phoneNumbers) A list of the calling account's pending and verified phone numbers.Method parameters in software.amazon.awssdk.services.sns.model with type arguments of type SMSSandboxPhoneNumberModifier and TypeMethodDescriptionListSmsSandboxPhoneNumbersResponse.Builder.phoneNumbers(Collection<SMSSandboxPhoneNumber> phoneNumbers) A list of the calling account's pending and verified phone numbers. -
Uses of SMSSandboxPhoneNumber in software.amazon.awssdk.services.sns.paginators
Methods in software.amazon.awssdk.services.sns.paginators that return types with arguments of type SMSSandboxPhoneNumberModifier and TypeMethodDescriptionfinal SdkIterable<SMSSandboxPhoneNumber>ListSMSSandboxPhoneNumbersIterable.phoneNumbers()Returns an iterable to iterate through the paginatedListSmsSandboxPhoneNumbersResponse.phoneNumbers()member.ListSMSSandboxPhoneNumbersPublisher.phoneNumbers()Returns a publisher that can be used to get a stream of data.