Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AccountTakeoverActionsType
-
Packages that use AccountTakeoverActionsType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AccountTakeoverActionsType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AccountTakeoverActionsType Modifier and Type Method Description AccountTakeoverActionsTypeAccountTakeoverRiskConfigurationType. actions()A list of account-takeover actions for each level of risk that Amazon Cognito might assess with advanced security features.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AccountTakeoverActionsType Modifier and Type Method Description AccountTakeoverRiskConfigurationType.BuilderAccountTakeoverRiskConfigurationType.Builder. actions(AccountTakeoverActionsType actions)A list of account-takeover actions for each level of risk that Amazon Cognito might assess with advanced security features.
-