| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static UsernameAttributeType |
UsernameAttributeType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<UsernameAttributeType> |
UsernameAttributeType.knownValues()
|
List<UsernameAttributeType> |
UserPoolType.usernameAttributes()
Specifies whether email addresses or phone numbers can be specified as usernames when a user signs up.
|
List<UsernameAttributeType> |
CreateUserPoolRequest.usernameAttributes()
Specifies whether email addresses or phone numbers can be specified as usernames when a user signs up.
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolType.Builder |
UserPoolType.Builder.usernameAttributes(UsernameAttributeType... usernameAttributes)
Specifies whether email addresses or phone numbers can be specified as usernames when a user signs up.
|
CreateUserPoolRequest.Builder |
CreateUserPoolRequest.Builder.usernameAttributes(UsernameAttributeType... usernameAttributes)
Specifies whether email addresses or phone numbers can be specified as usernames when a user signs up.
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolType.Builder |
UserPoolType.Builder.usernameAttributes(Collection<UsernameAttributeType> usernameAttributes)
Specifies whether email addresses or phone numbers can be specified as usernames when a user signs up.
|
CreateUserPoolRequest.Builder |
CreateUserPoolRequest.Builder.usernameAttributes(Collection<UsernameAttributeType> usernameAttributes)
Specifies whether email addresses or phone numbers can be specified as usernames when a user signs up.
|
Copyright © 2019. All rights reserved.