Uses of Interface
software.amazon.awssdk.services.sns.model.PhoneNumberInformation.Builder
Packages that use PhoneNumberInformation.Builder
-
Uses of PhoneNumberInformation.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return PhoneNumberInformation.BuilderModifier and TypeMethodDescriptionPhoneNumberInformation.builder()The date and time when the phone number was created.PhoneNumberInformation.Builder.iso2CountryCode(String iso2CountryCode) The two-character code for the country or region, in ISO 3166-1 alpha-2 format.PhoneNumberInformation.Builder.numberCapabilities(Collection<NumberCapability> numberCapabilities) The capabilities of each phone number.PhoneNumberInformation.Builder.numberCapabilities(NumberCapability... numberCapabilities) The capabilities of each phone number.PhoneNumberInformation.Builder.numberCapabilitiesWithStrings(String... numberCapabilities) The capabilities of each phone number.PhoneNumberInformation.Builder.numberCapabilitiesWithStrings(Collection<String> numberCapabilities) The capabilities of each phone number.PhoneNumberInformation.Builder.phoneNumber(String phoneNumber) The phone number.The list of supported routes.The list of supported routes.The status of the phone number.PhoneNumberInformation.toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type PhoneNumberInformation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PhoneNumberInformation.Builder>PhoneNumberInformation.serializableBuilderClass()