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.default SmsMfaConfigType.BuilderSmsMfaConfigType.Builder. smsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration)The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from your Amazon Web Services account through Amazon Simple Notification Service.SmsMfaConfigType.BuilderSmsMfaConfigType.Builder. smsConfiguration(SmsConfigurationType smsConfiguration)The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from your Amazon Web Services account through 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)The SMS text message multi-factor authentication (MFA) configuration.default SetUserPoolMfaConfigRequest.BuilderSetUserPoolMfaConfigRequest.Builder. smsMfaConfiguration(Consumer<SmsMfaConfigType.Builder> smsMfaConfiguration)The SMS text message MFA configuration.default SetUserPoolMfaConfigResponse.BuilderSetUserPoolMfaConfigResponse.Builder. smsMfaConfiguration(Consumer<SmsMfaConfigType.Builder> smsMfaConfiguration)The SMS text message MFA configuration.
-