Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AccountTakeoverActionsType.Builder
Packages that use AccountTakeoverActionsType.Builder
-
Uses of AccountTakeoverActionsType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AccountTakeoverActionsType.BuilderModifier and TypeMethodDescriptionAccountTakeoverActionsType.builder()AccountTakeoverActionsType.Builder.highAction(Consumer<AccountTakeoverActionType.Builder> highAction) The action that you assign to a high-risk assessment by threat protection.AccountTakeoverActionsType.Builder.highAction(AccountTakeoverActionType 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.lowAction(AccountTakeoverActionType 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.AccountTakeoverActionsType.Builder.mediumAction(AccountTakeoverActionType mediumAction) The action that you assign to a medium-risk assessment by threat protection.AccountTakeoverActionsType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AccountTakeoverActionsType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AccountTakeoverActionsType.Builder>AccountTakeoverActionsType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type AccountTakeoverActionsType.BuilderModifier and TypeMethodDescriptionAccountTakeoverRiskConfigurationType.Builder.actions(Consumer<AccountTakeoverActionsType.Builder> actions) A list of account-takeover actions for each level of risk that Amazon Cognito might assess with threat protection.