Package | Description |
---|---|
com.amazonaws.services.appsync.model |
Modifier and Type | Method and Description |
---|---|
static DefaultAction |
DefaultAction.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
UserPoolConfig |
UserPoolConfig.withDefaultAction(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 © 2021. All rights reserved.