| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
GraphQLApiType |
CreateGraphqlApiRequest.apiType()
The value that indicates whether the GraphQL API is a standard API (
GRAPHQL) or merged API (
MERGED). |
GraphQLApiType |
GraphqlApi.apiType()
The value that indicates whether the GraphQL API is a standard API (
GRAPHQL) or merged API (
MERGED). |
GraphQLApiType |
ListGraphqlApisRequest.apiType()
The value that indicates whether the GraphQL API is a standard API (
GRAPHQL) or merged API (
MERGED). |
static GraphQLApiType |
GraphQLApiType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<GraphQLApiType> |
GraphQLApiType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateGraphqlApiRequest.Builder |
CreateGraphqlApiRequest.Builder.apiType(GraphQLApiType apiType)
The value that indicates whether the GraphQL API is a standard API (
GRAPHQL) or merged API (
MERGED). |
GraphqlApi.Builder |
GraphqlApi.Builder.apiType(GraphQLApiType apiType)
The value that indicates whether the GraphQL API is a standard API (
GRAPHQL) or merged API (
MERGED). |
ListGraphqlApisRequest.Builder |
ListGraphqlApisRequest.Builder.apiType(GraphQLApiType apiType)
The value that indicates whether the GraphQL API is a standard API (
GRAPHQL) or merged API (
MERGED). |
Copyright © 2023. All rights reserved.