Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.SenderIdAndCountry
-
Packages that use SenderIdAndCountry Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of SenderIdAndCountry in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type SenderIdAndCountry Modifier and Type Method Description List<SenderIdAndCountry>DescribeSenderIdsRequest. senderIds()An array of SenderIdAndCountry objects to search for.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type SenderIdAndCountry Modifier and Type Method Description DescribeSenderIdsRequest.BuilderDescribeSenderIdsRequest.Builder. senderIds(SenderIdAndCountry... senderIds)An array of SenderIdAndCountry objects to search for.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type SenderIdAndCountry Modifier and Type Method Description DescribeSenderIdsRequest.BuilderDescribeSenderIdsRequest.Builder. senderIds(Collection<SenderIdAndCountry> senderIds)An array of SenderIdAndCountry objects to search for.
-