Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.RiskDecisionType
Packages that use RiskDecisionType
-
Uses of RiskDecisionType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return RiskDecisionTypeModifier and TypeMethodDescriptionstatic RiskDecisionTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RiskDecisionTypeEventRiskType.riskDecision()The action taken by adaptive authentication.static RiskDecisionTypeReturns the enum constant of this type with the specified name.static RiskDecisionType[]RiskDecisionType.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 RiskDecisionTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type RiskDecisionTypeModifier and TypeMethodDescriptionEventRiskType.Builder.riskDecision(RiskDecisionType riskDecision) The action taken by adaptive authentication.