Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdvancedSecurityEnabledModeType
-
Packages that use AdvancedSecurityEnabledModeType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AdvancedSecurityEnabledModeType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AdvancedSecurityEnabledModeType Modifier and Type Method Description AdvancedSecurityEnabledModeTypeAdvancedSecurityAdditionalFlowsType. customAuthMode()The operating mode of advanced security features in custom authentication with Custom authentication challenge Lambda triggers.static AdvancedSecurityEnabledModeTypeAdvancedSecurityEnabledModeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AdvancedSecurityEnabledModeTypeAdvancedSecurityEnabledModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static AdvancedSecurityEnabledModeType[]AdvancedSecurityEnabledModeType. 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 AdvancedSecurityEnabledModeType Modifier and Type Method Description static Set<AdvancedSecurityEnabledModeType>AdvancedSecurityEnabledModeType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AdvancedSecurityEnabledModeType Modifier and Type Method Description AdvancedSecurityAdditionalFlowsType.BuilderAdvancedSecurityAdditionalFlowsType.Builder. customAuthMode(AdvancedSecurityEnabledModeType customAuthMode)The operating mode of advanced security features in custom authentication with Custom authentication challenge Lambda triggers.
-