Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.VerificationChannel
-
Packages that use VerificationChannel Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of VerificationChannel in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return VerificationChannel Modifier and Type Method Description static VerificationChannelVerificationChannel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VerificationChannelVerificationChannel. valueOf(String name)Returns the enum constant of this type with the specified name.static VerificationChannel[]VerificationChannel. values()Returns an array containing the constants of this enum type, in the order they are declared.VerificationChannelSendDestinationNumberVerificationCodeRequest. verificationChannel()Choose to send the verification code as an SMS or voice message.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type VerificationChannel Modifier and Type Method Description static Set<VerificationChannel>VerificationChannel. knownValues()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type VerificationChannel Modifier and Type Method Description SendDestinationNumberVerificationCodeRequest.BuilderSendDestinationNumberVerificationCodeRequest.Builder. verificationChannel(VerificationChannel verificationChannel)Choose to send the verification code as an SMS or voice message.
-