Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.SmsConfigurationType
-
Packages that use SmsConfigurationType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of SmsConfigurationType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return SmsConfigurationType Modifier and Type Method Description SmsConfigurationTypeCreateUserPoolRequest. smsConfiguration()The settings for your Amazon Cognito user pool to send SMS messages with Amazon Simple Notification Service.SmsConfigurationTypeSmsMfaConfigType. smsConfiguration()User pool configuration for delivery of SMS messages with Amazon Simple Notification Service.SmsConfigurationTypeUpdateUserPoolRequest. smsConfiguration()The SMS configuration with the settings for your Amazon Cognito user pool to send SMS message with Amazon Simple Notification Service.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 SmsConfigurationType Modifier and Type Method Description CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder. smsConfiguration(SmsConfigurationType smsConfiguration)The settings for your Amazon Cognito user pool to send SMS messages with Amazon Simple Notification Service.SmsMfaConfigType.BuilderSmsMfaConfigType.Builder. smsConfiguration(SmsConfigurationType smsConfiguration)User pool configuration for delivery of SMS messages with Amazon Simple Notification Service.UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.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.BuilderUserPoolType.Builder. smsConfiguration(SmsConfigurationType smsConfiguration)User pool configuration for delivery of SMS messages with Amazon Simple Notification Service.
-