| 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 |
|---|---|
CreateUserPoolRequest |
CreateUserPoolRequest.withUsernameAttributes(UsernameAttributeType... usernameAttributes)
Specifies whether a user can use an email address or phone number as a username when they sign up.
|
UserPoolType |
UserPoolType.withUsernameAttributes(UsernameAttributeType... usernameAttributes)
Specifies whether a user can use an email address or phone number as a username when they sign up.
|
Copyright © 2024. All rights reserved.