Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AccountTakeoverActionType
Packages that use AccountTakeoverActionType
-
Uses of AccountTakeoverActionType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AccountTakeoverActionTypeModifier and TypeMethodDescriptionAccountTakeoverActionsType.highAction()The action that you assign to a high-risk assessment by threat protection.AccountTakeoverActionsType.lowAction()The action that you assign to a low-risk assessment by threat protection.AccountTakeoverActionsType.mediumAction()The action that you assign to a medium-risk assessment by threat protection.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AccountTakeoverActionTypeModifier and TypeMethodDescriptionAccountTakeoverActionsType.Builder.highAction(AccountTakeoverActionType highAction) The action that you assign to a high-risk assessment by threat protection.AccountTakeoverActionsType.Builder.lowAction(AccountTakeoverActionType lowAction) The action that you assign to a low-risk assessment by threat protection.AccountTakeoverActionsType.Builder.mediumAction(AccountTakeoverActionType mediumAction) The action that you assign to a medium-risk assessment by threat protection.