Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.DestinationCountryParameterKey
-
Packages that use DestinationCountryParameterKey Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of DestinationCountryParameterKey in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return DestinationCountryParameterKey Modifier and Type Method Description static DestinationCountryParameterKeyDestinationCountryParameterKey. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DestinationCountryParameterKeyDestinationCountryParameterKey. valueOf(String name)Returns the enum constant of this type with the specified name.static DestinationCountryParameterKey[]DestinationCountryParameterKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type DestinationCountryParameterKey Modifier and Type Method Description Map<DestinationCountryParameterKey,String>SendDestinationNumberVerificationCodeRequest. destinationCountryParameters()This field is used for any country-specific registration requirements.Map<DestinationCountryParameterKey,String>SendTextMessageRequest. destinationCountryParameters()This field is used for any country-specific registration requirements.static Set<DestinationCountryParameterKey>DestinationCountryParameterKey. knownValues()Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type DestinationCountryParameterKey Modifier and Type Method Description SendDestinationNumberVerificationCodeRequest.BuilderSendDestinationNumberVerificationCodeRequest.Builder. destinationCountryParameters(Map<DestinationCountryParameterKey,String> destinationCountryParameters)This field is used for any country-specific registration requirements.SendTextMessageRequest.BuilderSendTextMessageRequest.Builder. destinationCountryParameters(Map<DestinationCountryParameterKey,String> destinationCountryParameters)This field is used for any country-specific registration requirements.
-