Uses of Class
com.amazonaws.services.cognitoidp.model.AliasAttributeType
-
Packages that use AliasAttributeType Package Description com.amazonaws.services.cognitoidp.model -
-
Uses of AliasAttributeType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return AliasAttributeType Modifier and Type Method Description static AliasAttributeType
AliasAttributeType. fromValue(String value)
Use this in place of valueOf.static AliasAttributeType
AliasAttributeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AliasAttributeType[]
AliasAttributeType. 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 AliasAttributeType Modifier and Type Method Description CreateUserPoolRequest
CreateUserPoolRequest. withAliasAttributes(AliasAttributeType... aliasAttributes)
Attributes supported as an alias for this user pool.UserPoolType
UserPoolType. withAliasAttributes(AliasAttributeType... aliasAttributes)
Specifies the attributes that are aliased in a user pool.
-