| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
AccountTakeoverActionType |
AccountTakeoverActionsType.highAction()
Action to take for a high risk.
|
AccountTakeoverActionType |
AccountTakeoverActionsType.lowAction()
Action to take for a low risk.
|
AccountTakeoverActionType |
AccountTakeoverActionsType.mediumAction()
Action to take for a medium risk.
|
| Modifier and Type | Method and Description |
|---|---|
AccountTakeoverActionsType.Builder |
AccountTakeoverActionsType.Builder.highAction(AccountTakeoverActionType highAction)
Action to take for a high risk.
|
AccountTakeoverActionsType.Builder |
AccountTakeoverActionsType.Builder.lowAction(AccountTakeoverActionType lowAction)
Action to take for a low risk.
|
AccountTakeoverActionsType.Builder |
AccountTakeoverActionsType.Builder.mediumAction(AccountTakeoverActionType mediumAction)
Action to take for a medium risk.
|
Copyright © 2019. All rights reserved.