Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AccountTakeoverActionType.Builder
-
Packages that use AccountTakeoverActionType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AccountTakeoverActionType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AccountTakeoverActionType.Builder Modifier and Type Method Description static AccountTakeoverActionType.BuilderAccountTakeoverActionType. builder()AccountTakeoverActionType.BuilderAccountTakeoverActionType.Builder. eventAction(String eventAction)The action to take in response to the account takeover action.AccountTakeoverActionType.BuilderAccountTakeoverActionType.Builder. eventAction(AccountTakeoverEventActionType eventAction)The action to take in response to the account takeover action.AccountTakeoverActionType.BuilderAccountTakeoverActionType.Builder. sendNotification(Boolean sendNotification)Flag specifying whether to send a notification.AccountTakeoverActionType.BuilderAccountTakeoverActionType. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AccountTakeoverActionType.Builder Modifier and Type Method Description static Class<? extends AccountTakeoverActionType.Builder>AccountTakeoverActionType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type AccountTakeoverActionType.Builder Modifier and Type Method Description default AccountTakeoverActionsType.BuilderAccountTakeoverActionsType.Builder. highAction(Consumer<AccountTakeoverActionType.Builder> highAction)Action to take for a high risk.default AccountTakeoverActionsType.BuilderAccountTakeoverActionsType.Builder. lowAction(Consumer<AccountTakeoverActionType.Builder> lowAction)Action to take for a low risk.default AccountTakeoverActionsType.BuilderAccountTakeoverActionsType.Builder. mediumAction(Consumer<AccountTakeoverActionType.Builder> mediumAction)Action to take for a medium risk.
-