Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.SmsMfaConfigType.Builder
Packages that use SmsMfaConfigType.Builder
-
Uses of SmsMfaConfigType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return SmsMfaConfigType.BuilderModifier and TypeMethodDescriptionstatic SmsMfaConfigType.BuilderSmsMfaConfigType.builder()SmsMfaConfigType.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.Builder.smsConfiguration(SmsConfigurationType smsConfiguration) User pool configuration for delivery of SMS messages with Amazon Simple Notification Service.SmsMfaConfigType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type SmsMfaConfigType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SmsMfaConfigType.Builder>SmsMfaConfigType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type SmsMfaConfigType.BuilderModifier and TypeMethodDescriptionGetUserPoolMfaConfigResponse.Builder.smsMfaConfiguration(Consumer<SmsMfaConfigType.Builder> smsMfaConfiguration) Shows user pool configuration for SMS message MFA.SetUserPoolMfaConfigRequest.Builder.smsMfaConfiguration(Consumer<SmsMfaConfigType.Builder> smsMfaConfiguration) Configures user pool SMS messages for MFA.SetUserPoolMfaConfigResponse.Builder.smsMfaConfiguration(Consumer<SmsMfaConfigType.Builder> smsMfaConfiguration) Shows user pool SMS message configuration for MFA and sign-in with SMS-message OTPs.