Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.CompromisedCredentialsRiskConfigurationType.Builder
Packages that use CompromisedCredentialsRiskConfigurationType.Builder
-
Uses of CompromisedCredentialsRiskConfigurationType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return CompromisedCredentialsRiskConfigurationType.BuilderModifier and TypeMethodDescriptionCompromisedCredentialsRiskConfigurationType.Builder.actions(Consumer<CompromisedCredentialsActionsType.Builder> actions) Settings for the actions that you want your user pool to take when Amazon Cognito detects compromised credentials.CompromisedCredentialsRiskConfigurationType.Builder.actions(CompromisedCredentialsActionsType actions) Settings for the actions that you want your user pool to take when Amazon Cognito detects compromised credentials.CompromisedCredentialsRiskConfigurationType.builder()CompromisedCredentialsRiskConfigurationType.Builder.eventFilter(Collection<EventFilterType> eventFilter) Settings for the sign-in activity where you want to configure compromised-credentials actions.CompromisedCredentialsRiskConfigurationType.Builder.eventFilter(EventFilterType... eventFilter) Settings for the sign-in activity where you want to configure compromised-credentials actions.CompromisedCredentialsRiskConfigurationType.Builder.eventFilterWithStrings(String... eventFilter) Settings for the sign-in activity where you want to configure compromised-credentials actions.CompromisedCredentialsRiskConfigurationType.Builder.eventFilterWithStrings(Collection<String> eventFilter) Settings for the sign-in activity where you want to configure compromised-credentials actions.CompromisedCredentialsRiskConfigurationType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type CompromisedCredentialsRiskConfigurationType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CompromisedCredentialsRiskConfigurationType.Builder>CompromisedCredentialsRiskConfigurationType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type CompromisedCredentialsRiskConfigurationType.BuilderModifier and TypeMethodDescriptiondefault RiskConfigurationType.BuilderRiskConfigurationType.Builder.compromisedCredentialsRiskConfiguration(Consumer<CompromisedCredentialsRiskConfigurationType.Builder> compromisedCredentialsRiskConfiguration) Settings for compromised-credentials actions and authentication types with threat protection in full-functionENFORCEDmode.SetRiskConfigurationRequest.Builder.compromisedCredentialsRiskConfiguration(Consumer<CompromisedCredentialsRiskConfigurationType.Builder> compromisedCredentialsRiskConfiguration) The configuration of automated reactions to detected compromised credentials.