Uses of Class
software.amazon.awssdk.services.appsync.model.DefaultAction
-
Packages that use DefaultAction Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of DefaultAction in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return DefaultAction Modifier and Type Method Description DefaultActionUserPoolConfig. 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 DefaultActionDefaultAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DefaultActionDefaultAction. 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.Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type DefaultAction Modifier and Type Method Description static Set<DefaultAction>DefaultAction. knownValues()Methods in software.amazon.awssdk.services.appsync.model with parameters of type DefaultAction Modifier and Type Method Description UserPoolConfig.BuilderUserPoolConfig.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.
-