Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.RiskLevelType
Packages that use RiskLevelType
-
Uses of RiskLevelType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return RiskLevelTypeModifier and TypeMethodDescriptionstatic RiskLevelTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RiskLevelTypeEventRiskType.riskLevel()The risk level that adaptive authentication assessed for the authentication event.static RiskLevelTypeReturns the enum constant of this type with the specified name.static RiskLevelType[]RiskLevelType.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 RiskLevelTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type RiskLevelTypeModifier and TypeMethodDescriptionEventRiskType.Builder.riskLevel(RiskLevelType riskLevel) The risk level that adaptive authentication assessed for the authentication event.