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()The software token multi-factor authentication (MFA) configuration.SoftwareTokenMfaConfigTypeSetUserPoolMfaConfigRequest. softwareTokenMfaConfiguration()The software token MFA configuration.SoftwareTokenMfaConfigTypeSetUserPoolMfaConfigResponse. softwareTokenMfaConfiguration()The software token MFA configuration.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type SoftwareTokenMfaConfigType Modifier and Type Method Description GetUserPoolMfaConfigResponse.BuilderGetUserPoolMfaConfigResponse.Builder. softwareTokenMfaConfiguration(SoftwareTokenMfaConfigType softwareTokenMfaConfiguration)The software token multi-factor authentication (MFA) configuration.SetUserPoolMfaConfigRequest.BuilderSetUserPoolMfaConfigRequest.Builder. softwareTokenMfaConfiguration(SoftwareTokenMfaConfigType softwareTokenMfaConfiguration)The software token MFA configuration.SetUserPoolMfaConfigResponse.BuilderSetUserPoolMfaConfigResponse.Builder. softwareTokenMfaConfiguration(SoftwareTokenMfaConfigType softwareTokenMfaConfiguration)The software token MFA configuration.
-