Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.AccountTakeoverEventActionType
Packages that use AccountTakeoverEventActionType
-
Uses of AccountTakeoverEventActionType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AccountTakeoverEventActionTypeModifier and TypeMethodDescriptionAccountTakeoverActionType.eventAction()The action to take for the attempted account takeover action for the associated risk level.Use this in place of valueOf to convert the raw string returned by the service into the enum value.Returns the enum constant of this type with the specified name.static AccountTakeoverEventActionType[]AccountTakeoverEventActionType.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 AccountTakeoverEventActionTypeModifier and TypeMethodDescriptionstatic Set<AccountTakeoverEventActionType>AccountTakeoverEventActionType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AccountTakeoverEventActionTypeModifier and TypeMethodDescriptionAccountTakeoverActionType.Builder.eventAction(AccountTakeoverEventActionType eventAction) The action to take for the attempted account takeover action for the associated risk level.