Uses of Class
software.amazon.awssdk.services.appsync.model.GraphQLApiType
-
Packages that use GraphQLApiType Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of GraphQLApiType in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return GraphQLApiType Modifier and Type Method Description GraphQLApiTypeCreateGraphqlApiRequest. apiType()The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API (MERGED).GraphQLApiTypeGraphqlApi. apiType()The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API (MERGED).GraphQLApiTypeListGraphqlApisRequest. apiType()The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API (MERGED).static GraphQLApiTypeGraphQLApiType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static GraphQLApiTypeGraphQLApiType. 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.Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type GraphQLApiType Modifier and Type Method Description static Set<GraphQLApiType>GraphQLApiType. knownValues()Methods in software.amazon.awssdk.services.appsync.model with parameters of type GraphQLApiType Modifier and Type Method Description CreateGraphqlApiRequest.BuilderCreateGraphqlApiRequest.Builder. apiType(GraphQLApiType apiType)The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API (MERGED).GraphqlApi.BuilderGraphqlApi.Builder. apiType(GraphQLApiType apiType)The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API (MERGED).ListGraphqlApisRequest.BuilderListGraphqlApisRequest.Builder. apiType(GraphQLApiType apiType)The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API (MERGED).
-