| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
static UsernameAttributeType |
UsernameAttributeType.fromValue(String value)
Use this in place of valueOf.
|
static UsernameAttributeType |
UsernameAttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsernameAttributeType[] |
UsernameAttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolType |
UserPoolType.withUsernameAttributes(UsernameAttributeType... usernameAttributes)
Specifies whether email addresses or phone numbers can be specified as usernames when a user signs up.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withUsernameAttributes(UsernameAttributeType... usernameAttributes)
Specifies whether email addresses or phone numbers can be specified as usernames when a user signs up.
|
Copyright © 2017. All rights reserved.