Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AccountTakeoverRiskConfigurationType.Builder
-
Packages that use AccountTakeoverRiskConfigurationType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AccountTakeoverRiskConfigurationType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AccountTakeoverRiskConfigurationType.Builder Modifier and Type Method Description default AccountTakeoverRiskConfigurationType.BuilderAccountTakeoverRiskConfigurationType.Builder. actions(Consumer<AccountTakeoverActionsType.Builder> actions)A list of account-takeover actions for each level of risk that Amazon Cognito might assess with advanced security features.AccountTakeoverRiskConfigurationType.BuilderAccountTakeoverRiskConfigurationType.Builder. actions(AccountTakeoverActionsType actions)A list of account-takeover actions for each level of risk that Amazon Cognito might assess with advanced security features.static AccountTakeoverRiskConfigurationType.BuilderAccountTakeoverRiskConfigurationType. builder()default AccountTakeoverRiskConfigurationType.BuilderAccountTakeoverRiskConfigurationType.Builder. notifyConfiguration(Consumer<NotifyConfigurationType.Builder> notifyConfiguration)The settings for composing and sending an email message when advanced security features assesses a risk level with adaptive authentication.AccountTakeoverRiskConfigurationType.BuilderAccountTakeoverRiskConfigurationType.Builder. notifyConfiguration(NotifyConfigurationType notifyConfiguration)The settings for composing and sending an email message when advanced security features assesses a risk level with adaptive authentication.AccountTakeoverRiskConfigurationType.BuilderAccountTakeoverRiskConfigurationType. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AccountTakeoverRiskConfigurationType.Builder Modifier and Type Method Description static Class<? extends AccountTakeoverRiskConfigurationType.Builder>AccountTakeoverRiskConfigurationType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type AccountTakeoverRiskConfigurationType.Builder Modifier and Type Method Description default RiskConfigurationType.BuilderRiskConfigurationType.Builder. accountTakeoverRiskConfiguration(Consumer<AccountTakeoverRiskConfigurationType.Builder> accountTakeoverRiskConfiguration)The settings for automated responses and notification templates for adaptive authentication with advanced security features.default SetRiskConfigurationRequest.BuilderSetRiskConfigurationRequest.Builder. accountTakeoverRiskConfiguration(Consumer<AccountTakeoverRiskConfigurationType.Builder> accountTakeoverRiskConfiguration)The account takeover risk configuration.
-