Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoicev2.model.SenderIdAndCountry.Builder
-
Packages that use SenderIdAndCountry.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of SenderIdAndCountry.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return SenderIdAndCountry.Builder Modifier and Type Method Description static SenderIdAndCountry.BuilderSenderIdAndCountry. builder()SenderIdAndCountry.BuilderSenderIdAndCountry.Builder. isoCountryCode(String isoCountryCode)The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.SenderIdAndCountry.BuilderSenderIdAndCountry.Builder. senderId(String senderId)The unique identifier of the sender.SenderIdAndCountry.BuilderSenderIdAndCountry. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type SenderIdAndCountry.Builder Modifier and Type Method Description static Class<? extends SenderIdAndCountry.Builder>SenderIdAndCountry. serializableBuilderClass()
-