| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static AliasAttributeType |
AliasAttributeType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<AliasAttributeType> |
CreateUserPoolRequest.aliasAttributes()
Attributes supported as an alias for this user pool.
|
List<AliasAttributeType> |
UserPoolType.aliasAttributes()
Specifies the attributes that are aliased in a user pool.
|
static Set<AliasAttributeType> |
AliasAttributeType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserPoolRequest.Builder |
CreateUserPoolRequest.Builder.aliasAttributes(AliasAttributeType... aliasAttributes)
Attributes supported as an alias for this user pool.
|
UserPoolType.Builder |
UserPoolType.Builder.aliasAttributes(AliasAttributeType... aliasAttributes)
Specifies the attributes that are aliased in a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserPoolRequest.Builder |
CreateUserPoolRequest.Builder.aliasAttributes(Collection<AliasAttributeType> aliasAttributes)
Attributes supported as an alias for this user pool.
|
UserPoolType.Builder |
UserPoolType.Builder.aliasAttributes(Collection<AliasAttributeType> aliasAttributes)
Specifies the attributes that are aliased in a user pool.
|
Copyright © 2020. All rights reserved.