Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
static UserPoolMfaType |
UserPoolMfaType.fromValue(String value)
Use this in place of valueOf.
|
static UserPoolMfaType |
UserPoolMfaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserPoolMfaType[] |
UserPoolMfaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateUserPoolRequest.setMfaConfiguration(UserPoolMfaType mfaConfiguration)
Specifies MFA configuration details.
|
void |
UpdateUserPoolRequest.setMfaConfiguration(UserPoolMfaType mfaConfiguration)
Can be one of the following values:
|
void |
UserPoolType.setMfaConfiguration(UserPoolMfaType mfaConfiguration)
Can be one of the following values:
|
CreateUserPoolRequest |
CreateUserPoolRequest.withMfaConfiguration(UserPoolMfaType mfaConfiguration)
Specifies MFA configuration details.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withMfaConfiguration(UserPoolMfaType mfaConfiguration)
Can be one of the following values:
|
UserPoolType |
UserPoolType.withMfaConfiguration(UserPoolMfaType mfaConfiguration)
Can be one of the following values:
|
Copyright © 2018. All rights reserved.