| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthFlowType |
AuthFlowType.fromValue(String value)
Use this in place of valueOf.
|
static AuthFlowType |
AuthFlowType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthFlowType[] |
AuthFlowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InitiateAuthRequest.setAuthFlow(AuthFlowType authFlow)
The authentication flow for this call to run.
|
void |
AdminInitiateAuthRequest.setAuthFlow(AuthFlowType authFlow)
The authentication flow for this call to run.
|
InitiateAuthRequest |
InitiateAuthRequest.withAuthFlow(AuthFlowType authFlow)
The authentication flow for this call to run.
|
AdminInitiateAuthRequest |
AdminInitiateAuthRequest.withAuthFlow(AuthFlowType authFlow)
The authentication flow for this call to run.
|
Copyright © 2024. All rights reserved.