| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static UserPoolMfaType |
UserPoolMfaType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UserPoolMfaType |
SetUserPoolMfaConfigResponse.mfaConfiguration()
The MFA configuration.
|
UserPoolMfaType |
UpdateUserPoolRequest.mfaConfiguration()
Can be one of the following values:
|
UserPoolMfaType |
CreateUserPoolRequest.mfaConfiguration()
Specifies MFA configuration details.
|
UserPoolMfaType |
SetUserPoolMfaConfigRequest.mfaConfiguration()
The MFA configuration.
|
UserPoolMfaType |
GetUserPoolMfaConfigResponse.mfaConfiguration()
The multi-factor (MFA) configuration.
|
UserPoolMfaType |
UserPoolType.mfaConfiguration()
Can be one of the following values:
|
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 |
|---|---|
static Set<UserPoolMfaType> |
UserPoolMfaType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SetUserPoolMfaConfigResponse.Builder |
SetUserPoolMfaConfigResponse.Builder.mfaConfiguration(UserPoolMfaType mfaConfiguration)
The MFA configuration.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.mfaConfiguration(UserPoolMfaType mfaConfiguration)
Can be one of the following values:
|
CreateUserPoolRequest.Builder |
CreateUserPoolRequest.Builder.mfaConfiguration(UserPoolMfaType mfaConfiguration)
Specifies MFA configuration details.
|
SetUserPoolMfaConfigRequest.Builder |
SetUserPoolMfaConfigRequest.Builder.mfaConfiguration(UserPoolMfaType mfaConfiguration)
The MFA configuration.
|
GetUserPoolMfaConfigResponse.Builder |
GetUserPoolMfaConfigResponse.Builder.mfaConfiguration(UserPoolMfaType mfaConfiguration)
The multi-factor (MFA) configuration.
|
UserPoolType.Builder |
UserPoolType.Builder.mfaConfiguration(UserPoolMfaType mfaConfiguration)
Can be one of the following values:
|
Copyright © 2022. All rights reserved.