Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.SmsMfaConfigType.Builder
-
Packages that use SmsMfaConfigType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of SmsMfaConfigType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return SmsMfaConfigType.Builder Modifier and Type Method Description static SmsMfaConfigType.BuilderSmsMfaConfigType. builder()SmsMfaConfigType.BuilderSmsMfaConfigType.Builder. smsAuthenticationMessage(String smsAuthenticationMessage)The SMS authentication message that will be sent to users with the code they must sign in with.default SmsMfaConfigType.BuilderSmsMfaConfigType.Builder. smsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration)User pool configuration for delivery of 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.SmsMfaConfigType.BuilderSmsMfaConfigType. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type SmsMfaConfigType.Builder Modifier and Type Method Description static Class<? extends SmsMfaConfigType.Builder>SmsMfaConfigType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type SmsMfaConfigType.Builder Modifier and Type Method Description default GetUserPoolMfaConfigResponse.BuilderGetUserPoolMfaConfigResponse.Builder. smsMfaConfiguration(Consumer<SmsMfaConfigType.Builder> smsMfaConfiguration)Shows user pool SMS message configuration for MFA.default SetUserPoolMfaConfigRequest.BuilderSetUserPoolMfaConfigRequest.Builder. smsMfaConfiguration(Consumer<SmsMfaConfigType.Builder> smsMfaConfiguration)Configures user pool SMS messages for MFA.default SetUserPoolMfaConfigResponse.BuilderSetUserPoolMfaConfigResponse.Builder. smsMfaConfiguration(Consumer<SmsMfaConfigType.Builder> smsMfaConfiguration)Shows user pool SMS message configuration for MFA.
-