Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AccountTakeoverActionType.Builder
Packages that use AccountTakeoverActionType.Builder
-
Uses of AccountTakeoverActionType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AccountTakeoverActionType.BuilderModifier and TypeMethodDescriptionAccountTakeoverActionType.builder()AccountTakeoverActionType.Builder.eventAction(String eventAction) The action to take for the attempted account takeover action for the associated risk level.AccountTakeoverActionType.Builder.eventAction(AccountTakeoverEventActionType eventAction) The action to take for the attempted account takeover action for the associated risk level.AccountTakeoverActionType.Builder.sendNotification(Boolean sendNotification) Determines whether Amazon Cognito sends a user a notification message when your user pools assesses a user's session at the associated risk level.AccountTakeoverActionType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AccountTakeoverActionType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AccountTakeoverActionType.Builder>AccountTakeoverActionType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type AccountTakeoverActionType.BuilderModifier and TypeMethodDescriptionAccountTakeoverActionsType.Builder.highAction(Consumer<AccountTakeoverActionType.Builder> highAction) The action that you assign to a high-risk assessment by threat protection.AccountTakeoverActionsType.Builder.lowAction(Consumer<AccountTakeoverActionType.Builder> lowAction) The action that you assign to a low-risk assessment by threat protection.AccountTakeoverActionsType.Builder.mediumAction(Consumer<AccountTakeoverActionType.Builder> mediumAction) The action that you assign to a medium-risk assessment by threat protection.