Uses of Class
com.amazonaws.services.cognitoidp.model.VerifiedAttributeType
-
Packages that use VerifiedAttributeType Package Description com.amazonaws.services.cognitoidp.model -
-
Uses of VerifiedAttributeType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return VerifiedAttributeType Modifier and Type Method Description static VerifiedAttributeTypeVerifiedAttributeType. fromValue(String value)Use this in place of valueOf.static VerifiedAttributeTypeVerifiedAttributeType. valueOf(String name)Returns the enum constant of this type with the specified name.static VerifiedAttributeType[]VerifiedAttributeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cognitoidp.model with parameters of type VerifiedAttributeType Modifier and Type Method Description CreateUserPoolRequestCreateUserPoolRequest. withAutoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)The attributes to be auto-verified.UpdateUserPoolRequestUpdateUserPoolRequest. withAutoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)The attributes that are automatically verified when the Amazon Cognito service makes a request to update user pools.UserPoolTypeUserPoolType. withAutoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)Specifies the attributes that are auto-verified in a user pool.
-