Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.AdvancedSecurityEnabledModeType
Packages that use AdvancedSecurityEnabledModeType
-
Uses of AdvancedSecurityEnabledModeType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AdvancedSecurityEnabledModeTypeModifier and TypeMethodDescriptionAdvancedSecurityAdditionalFlowsType.customAuthMode()The operating mode of threat protection in custom authentication with Custom authentication challenge Lambda triggers.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 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 AdvancedSecurityEnabledModeTypeModifier and TypeMethodDescriptionstatic Set<AdvancedSecurityEnabledModeType>AdvancedSecurityEnabledModeType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AdvancedSecurityEnabledModeTypeModifier and TypeMethodDescriptionAdvancedSecurityAdditionalFlowsType.Builder.customAuthMode(AdvancedSecurityEnabledModeType customAuthMode) The operating mode of threat protection in custom authentication with Custom authentication challenge Lambda triggers.