Uses of Interface
software.amazon.awscdk.services.cognito.CfnUserPool.SmsConfigurationProperty
-
Uses of CfnUserPool.SmsConfigurationProperty in software.amazon.awscdk.services.cognito
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnUserPool.SmsConfigurationProperty
Modifier and TypeMethodDescriptionCfnUserPool.SmsConfigurationProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionvoid
CfnUserPool.setSmsConfiguration
(CfnUserPool.SmsConfigurationProperty value) The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from your AWS account through Amazon Simple Notification Service.CfnUserPool.Builder.smsConfiguration
(CfnUserPool.SmsConfigurationProperty smsConfiguration) The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from your AWS account through Amazon Simple Notification Service.CfnUserPoolProps.Builder.smsConfiguration
(CfnUserPool.SmsConfigurationProperty smsConfiguration) Sets the value ofCfnUserPoolProps.getSmsConfiguration()