| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
DefaultAction |
UserPoolConfig.defaultAction()
The action that you want your GraphQL API to take when a request that uses Amazon Cognito user pool
authentication doesn't match the Amazon Cognito user pool configuration.
|
static DefaultAction |
DefaultAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DefaultAction |
DefaultAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultAction[] |
DefaultAction.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<DefaultAction> |
DefaultAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolConfig.Builder |
UserPoolConfig.Builder.defaultAction(DefaultAction defaultAction)
The action that you want your GraphQL API to take when a request that uses Amazon Cognito user pool
authentication doesn't match the Amazon Cognito user pool configuration.
|
Copyright © 2023. All rights reserved.