Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.SmsConfigurationType
Packages that use SmsConfigurationType
-
Uses of SmsConfigurationType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return SmsConfigurationTypeModifier and TypeMethodDescriptionfinal SmsConfigurationTypeCreateUserPoolRequest.smsConfiguration()The settings for your Amazon Cognito user pool to send SMS messages with Amazon Simple Notification Service.final SmsConfigurationTypeSmsMfaConfigType.smsConfiguration()User pool configuration for delivery of SMS messages with Amazon Simple Notification Service.final SmsConfigurationTypeUpdateUserPoolRequest.smsConfiguration()The SMS configuration with the settings for your Amazon Cognito user pool to send SMS message with Amazon Simple Notification Service.final SmsConfigurationTypeUserPoolType.smsConfiguration()User pool configuration for delivery of SMS messages with Amazon Simple Notification Service.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type SmsConfigurationTypeModifier and TypeMethodDescriptionCreateUserPoolRequest.Builder.smsConfiguration(SmsConfigurationType smsConfiguration) The settings for your Amazon Cognito user pool to send SMS messages with Amazon Simple Notification Service.SmsMfaConfigType.Builder.smsConfiguration(SmsConfigurationType smsConfiguration) User pool configuration for delivery of SMS messages with Amazon Simple Notification Service.UpdateUserPoolRequest.Builder.smsConfiguration(SmsConfigurationType smsConfiguration) The SMS configuration with the settings for your Amazon Cognito user pool to send SMS message with Amazon Simple Notification Service.UserPoolType.Builder.smsConfiguration(SmsConfigurationType smsConfiguration) User pool configuration for delivery of SMS messages with Amazon Simple Notification Service.