Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.SoftwareTokenMfaConfigType
-
Packages that use SoftwareTokenMfaConfigType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of SoftwareTokenMfaConfigType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return SoftwareTokenMfaConfigType Modifier and Type Method Description SoftwareTokenMfaConfigTypeGetUserPoolMfaConfigResponse. softwareTokenMfaConfiguration()Shows user pool configuration for time-based one-time password (TOTP) MFA.SoftwareTokenMfaConfigTypeSetUserPoolMfaConfigRequest. softwareTokenMfaConfiguration()Configures a user pool for time-based one-time password (TOTP) MFA.SoftwareTokenMfaConfigTypeSetUserPoolMfaConfigResponse. softwareTokenMfaConfiguration()Shows user pool configuration for time-based one-time password (TOTP) MFA.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type SoftwareTokenMfaConfigType Modifier and Type Method Description GetUserPoolMfaConfigResponse.BuilderGetUserPoolMfaConfigResponse.Builder. softwareTokenMfaConfiguration(SoftwareTokenMfaConfigType softwareTokenMfaConfiguration)Shows user pool configuration for time-based one-time password (TOTP) MFA.SetUserPoolMfaConfigRequest.BuilderSetUserPoolMfaConfigRequest.Builder. softwareTokenMfaConfiguration(SoftwareTokenMfaConfigType softwareTokenMfaConfiguration)Configures a user pool for time-based one-time password (TOTP) MFA.SetUserPoolMfaConfigResponse.BuilderSetUserPoolMfaConfigResponse.Builder. softwareTokenMfaConfiguration(SoftwareTokenMfaConfigType softwareTokenMfaConfiguration)Shows user pool configuration for time-based one-time password (TOTP) MFA.
-