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 message that your user pool sends to users with an MFA code.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)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.
-