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 VerifiedAttributeType
VerifiedAttributeType. fromValue(String value)
Use this in place of valueOf.static VerifiedAttributeType
VerifiedAttributeType. 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 CreateUserPoolRequest
CreateUserPoolRequest. withAutoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)
The attributes to be auto-verified.UpdateUserPoolRequest
UpdateUserPoolRequest. withAutoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)
The attributes that are automatically verified when the Amazon Cognito service makes a request to update user pools.UserPoolType
UserPoolType. withAutoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)
Specifies the attributes that are auto-verified in a user pool.
-