| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static ExplicitAuthFlowsType |
ExplicitAuthFlowsType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ExplicitAuthFlowsType |
ExplicitAuthFlowsType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExplicitAuthFlowsType[] |
ExplicitAuthFlowsType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExplicitAuthFlowsType> |
UserPoolClientType.explicitAuthFlows()
The authentication flows that you want your user pool client to support.
|
List<ExplicitAuthFlowsType> |
CreateUserPoolClientRequest.explicitAuthFlows()
The authentication flows that you want your user pool client to support.
|
List<ExplicitAuthFlowsType> |
UpdateUserPoolClientRequest.explicitAuthFlows()
The authentication flows that you want your user pool client to support.
|
static Set<ExplicitAuthFlowsType> |
ExplicitAuthFlowsType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolClientType.Builder |
UserPoolClientType.Builder.explicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)
The authentication flows that you want your user pool client to support.
|
CreateUserPoolClientRequest.Builder |
CreateUserPoolClientRequest.Builder.explicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)
The authentication flows that you want your user pool client to support.
|
UpdateUserPoolClientRequest.Builder |
UpdateUserPoolClientRequest.Builder.explicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)
The authentication flows that you want your user pool client to support.
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolClientType.Builder |
UserPoolClientType.Builder.explicitAuthFlows(Collection<ExplicitAuthFlowsType> explicitAuthFlows)
The authentication flows that you want your user pool client to support.
|
CreateUserPoolClientRequest.Builder |
CreateUserPoolClientRequest.Builder.explicitAuthFlows(Collection<ExplicitAuthFlowsType> explicitAuthFlows)
The authentication flows that you want your user pool client to support.
|
UpdateUserPoolClientRequest.Builder |
UpdateUserPoolClientRequest.Builder.explicitAuthFlows(Collection<ExplicitAuthFlowsType> explicitAuthFlows)
The authentication flows that you want your user pool client to support.
|
Copyright © 2022. All rights reserved.