Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
static VerifiedAttributeType |
VerifiedAttributeType.fromValue(String value)
Use this in place of valueOf.
|
static VerifiedAttributeType |
VerifiedAttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerifiedAttributeType[] |
VerifiedAttributeType.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.withAutoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)
The attributes to be auto-verified.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withAutoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)
The attributes that are automatically verified when the Amazon Cognito
service makes a request to update user pools.
|
UserPoolType |
UserPoolType.withAutoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)
Specifies the attributes that are auto-verified in a user pool.
|
Copyright © 2018. All rights reserved.