Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.UserPoolMfaType
Packages that use UserPoolMfaType
-
Uses of UserPoolMfaType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserPoolMfaTypeModifier and TypeMethodDescriptionstatic UserPoolMfaTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final UserPoolMfaTypeCreateUserPoolRequest.mfaConfiguration()Sets multi-factor authentication (MFA) to be on, off, or optional.final UserPoolMfaTypeGetUserPoolMfaConfigResponse.mfaConfiguration()Displays the state of multi-factor authentication (MFA) as on, off, or optional.final UserPoolMfaTypeSetUserPoolMfaConfigRequest.mfaConfiguration()Sets multi-factor authentication (MFA) to be on, off, or optional.final UserPoolMfaTypeSetUserPoolMfaConfigResponse.mfaConfiguration()Displays multi-factor authentication (MFA) as on, off, or optional.final UserPoolMfaTypeUpdateUserPoolRequest.mfaConfiguration()Sets multi-factor authentication (MFA) to be on, off, or optional.final UserPoolMfaTypeUserPoolType.mfaConfiguration()Can be one of the following values:static UserPoolMfaTypeReturns the enum constant of this type with the specified name.static UserPoolMfaType[]UserPoolMfaType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UserPoolMfaTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserPoolMfaTypeModifier and TypeMethodDescriptionCreateUserPoolRequest.Builder.mfaConfiguration(UserPoolMfaType mfaConfiguration) Sets multi-factor authentication (MFA) to be on, off, or optional.GetUserPoolMfaConfigResponse.Builder.mfaConfiguration(UserPoolMfaType mfaConfiguration) Displays the state of multi-factor authentication (MFA) as on, off, or optional.SetUserPoolMfaConfigRequest.Builder.mfaConfiguration(UserPoolMfaType mfaConfiguration) Sets multi-factor authentication (MFA) to be on, off, or optional.SetUserPoolMfaConfigResponse.Builder.mfaConfiguration(UserPoolMfaType mfaConfiguration) Displays multi-factor authentication (MFA) as on, off, or optional.UpdateUserPoolRequest.Builder.mfaConfiguration(UserPoolMfaType mfaConfiguration) Sets multi-factor authentication (MFA) to be on, off, or optional.UserPoolType.Builder.mfaConfiguration(UserPoolMfaType mfaConfiguration) Can be one of the following values: