Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.EventFilterType
-
Packages that use EventFilterType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of EventFilterType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return EventFilterType Modifier and Type Method Description static EventFilterTypeEventFilterType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EventFilterTypeEventFilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventFilterType[]EventFilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type EventFilterType Modifier and Type Method Description List<EventFilterType>CompromisedCredentialsRiskConfigurationType. eventFilter()Settings for the sign-in activity where you want to configure compromised-credentials actions.static Set<EventFilterType>EventFilterType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type EventFilterType Modifier and Type Method Description CompromisedCredentialsRiskConfigurationType.BuilderCompromisedCredentialsRiskConfigurationType.Builder. eventFilter(EventFilterType... eventFilter)Settings for the sign-in activity where you want to configure compromised-credentials actions.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type EventFilterType Modifier and Type Method Description CompromisedCredentialsRiskConfigurationType.BuilderCompromisedCredentialsRiskConfigurationType.Builder. eventFilter(Collection<EventFilterType> eventFilter)Settings for the sign-in activity where you want to configure compromised-credentials actions.
-