| Package | Description |
|---|---|
| com.amazonaws.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
static GraphQLApiIntrospectionConfig |
GraphQLApiIntrospectionConfig.fromValue(String value)
Use this in place of valueOf.
|
static GraphQLApiIntrospectionConfig |
GraphQLApiIntrospectionConfig.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphQLApiIntrospectionConfig[] |
GraphQLApiIntrospectionConfig.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withIntrospectionConfig(GraphQLApiIntrospectionConfig introspectionConfig)
Sets the value of the GraphQL API to enable (
ENABLED) or disable (DISABLED)
introspection. |
UpdateGraphqlApiRequest |
UpdateGraphqlApiRequest.withIntrospectionConfig(GraphQLApiIntrospectionConfig introspectionConfig)
Sets the value of the GraphQL API to enable (
ENABLED) or disable (DISABLED)
introspection. |
GraphqlApi |
GraphqlApi.withIntrospectionConfig(GraphQLApiIntrospectionConfig introspectionConfig)
Sets the value of the GraphQL API to enable (
ENABLED) or disable (DISABLED)
introspection. |
Copyright © 2024. All rights reserved.