| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
AccountTakeoverActionType |
AccountTakeoverActionType.clone() |
AccountTakeoverActionType |
AccountTakeoverActionsType.getHighAction()
Action to take for a high risk.
|
AccountTakeoverActionType |
AccountTakeoverActionsType.getLowAction()
Action to take for a low risk.
|
AccountTakeoverActionType |
AccountTakeoverActionsType.getMediumAction()
Action to take for a medium risk.
|
AccountTakeoverActionType |
AccountTakeoverActionType.withEventAction(AccountTakeoverEventActionType eventAction)
The action to take in response to the account takeover action.
|
AccountTakeoverActionType |
AccountTakeoverActionType.withEventAction(String eventAction)
The action to take in response to the account takeover action.
|
AccountTakeoverActionType |
AccountTakeoverActionType.withNotify(Boolean notify)
Flag specifying whether to send a notification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountTakeoverActionsType.setHighAction(AccountTakeoverActionType highAction)
Action to take for a high risk.
|
void |
AccountTakeoverActionsType.setLowAction(AccountTakeoverActionType lowAction)
Action to take for a low risk.
|
void |
AccountTakeoverActionsType.setMediumAction(AccountTakeoverActionType mediumAction)
Action to take for a medium risk.
|
AccountTakeoverActionsType |
AccountTakeoverActionsType.withHighAction(AccountTakeoverActionType highAction)
Action to take for a high risk.
|
AccountTakeoverActionsType |
AccountTakeoverActionsType.withLowAction(AccountTakeoverActionType lowAction)
Action to take for a low risk.
|
AccountTakeoverActionsType |
AccountTakeoverActionsType.withMediumAction(AccountTakeoverActionType mediumAction)
Action to take for a medium risk.
|
Copyright © 2023. All rights reserved.