| Package | Description |
|---|---|
| com.amazonaws.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
static GraphQLApiType |
GraphQLApiType.fromValue(String value)
Use this in place of valueOf.
|
static GraphQLApiType |
GraphQLApiType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphQLApiType[] |
GraphQLApiType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListGraphqlApisRequest |
ListGraphqlApisRequest.withApiType(GraphQLApiType apiType)
The value that indicates whether the GraphQL API is a standard API (
GRAPHQL) or merged API (
MERGED). |
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withApiType(GraphQLApiType apiType)
The value that indicates whether the GraphQL API is a standard API (
GRAPHQL) or merged API (
MERGED). |
GraphqlApi |
GraphqlApi.withApiType(GraphQLApiType apiType)
The value that indicates whether the GraphQL API is a standard API (
GRAPHQL) or merged API (
MERGED). |
Copyright © 2025. All rights reserved.