| 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 a user can use an email address or phone number as a username when they sign up.
|
List<UsernameAttributeType> |
CreateUserPoolRequest.usernameAttributes()
Specifies whether a user can use an email address or phone number as a username when they sign up.
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolType.Builder |
UserPoolType.Builder.usernameAttributes(UsernameAttributeType... usernameAttributes)
Specifies whether a user can use an email address or phone number as a username when they sign up.
|
CreateUserPoolRequest.Builder |
CreateUserPoolRequest.Builder.usernameAttributes(UsernameAttributeType... usernameAttributes)
Specifies whether a user can use an email address or phone number as a username when they sign up.
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolType.Builder |
UserPoolType.Builder.usernameAttributes(Collection<UsernameAttributeType> usernameAttributes)
Specifies whether a user can use an email address or phone number as a username when they sign up.
|
CreateUserPoolRequest.Builder |
CreateUserPoolRequest.Builder.usernameAttributes(Collection<UsernameAttributeType> usernameAttributes)
Specifies whether a user can use an email address or phone number as a username when they sign up.
|
Copyright © 2023. All rights reserved.