Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.RiskConfigurationType.Builder
Packages that use RiskConfigurationType.Builder
-
Uses of RiskConfigurationType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return RiskConfigurationType.BuilderModifier and TypeMethodDescriptiondefault RiskConfigurationType.BuilderRiskConfigurationType.Builder.accountTakeoverRiskConfiguration(Consumer<AccountTakeoverRiskConfigurationType.Builder> accountTakeoverRiskConfiguration) The settings for automated responses and notification templates for adaptive authentication with threat protection.RiskConfigurationType.Builder.accountTakeoverRiskConfiguration(AccountTakeoverRiskConfigurationType accountTakeoverRiskConfiguration) The settings for automated responses and notification templates for adaptive authentication with threat protection.RiskConfigurationType.builder()The app client where this configuration is applied.default RiskConfigurationType.BuilderRiskConfigurationType.Builder.compromisedCredentialsRiskConfiguration(Consumer<CompromisedCredentialsRiskConfigurationType.Builder> compromisedCredentialsRiskConfiguration) Settings for compromised-credentials actions and authentication types with threat protection in full-functionENFORCEDmode.RiskConfigurationType.Builder.compromisedCredentialsRiskConfiguration(CompromisedCredentialsRiskConfigurationType compromisedCredentialsRiskConfiguration) Settings for compromised-credentials actions and authentication types with threat protection in full-functionENFORCEDmode.RiskConfigurationType.Builder.lastModifiedDate(Instant lastModifiedDate) The date and time when the item was modified.default RiskConfigurationType.BuilderRiskConfigurationType.Builder.riskExceptionConfiguration(Consumer<RiskExceptionConfigurationType.Builder> riskExceptionConfiguration) Exceptions to the risk evaluation configuration, including always-allow and always-block IP address ranges.RiskConfigurationType.Builder.riskExceptionConfiguration(RiskExceptionConfigurationType riskExceptionConfiguration) Exceptions to the risk evaluation configuration, including always-allow and always-block IP address ranges.RiskConfigurationType.toBuilder()RiskConfigurationType.Builder.userPoolId(String userPoolId) The ID of the user pool that has the risk configuration applied.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type RiskConfigurationType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RiskConfigurationType.Builder>RiskConfigurationType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type RiskConfigurationType.BuilderModifier and TypeMethodDescriptionDescribeRiskConfigurationResponse.Builder.riskConfiguration(Consumer<RiskConfigurationType.Builder> riskConfiguration) The details of the requested risk configuration.SetRiskConfigurationResponse.Builder.riskConfiguration(Consumer<RiskConfigurationType.Builder> riskConfiguration) The API response that contains the risk configuration that you set and the timestamp of the most recent change.