Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdvancedSecurityModeType
-
Packages that use AdvancedSecurityModeType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AdvancedSecurityModeType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AdvancedSecurityModeType Modifier and Type Method Description AdvancedSecurityModeTypeUserPoolAddOnsType. advancedSecurityMode()The operating mode of advanced security features for standard authentication types in your user pool, including username-password and secure remote password (SRP) authentication.static AdvancedSecurityModeTypeAdvancedSecurityModeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AdvancedSecurityModeTypeAdvancedSecurityModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static AdvancedSecurityModeType[]AdvancedSecurityModeType. 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 AdvancedSecurityModeType Modifier and Type Method Description static Set<AdvancedSecurityModeType>AdvancedSecurityModeType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AdvancedSecurityModeType Modifier and Type Method Description UserPoolAddOnsType.BuilderUserPoolAddOnsType.Builder. advancedSecurityMode(AdvancedSecurityModeType advancedSecurityMode)The operating mode of advanced security features for standard authentication types in your user pool, including username-password and secure remote password (SRP) authentication.
-