Uses of Class
software.amazon.awssdk.services.appsync.model.GraphQlSchemaException
-
Packages that use GraphQlSchemaException Package Description software.amazon.awssdk.services.appsync AppSync provides API actions for creating and interacting with data sources using GraphQL from your application. -
-
Uses of GraphQlSchemaException in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that throw GraphQlSchemaException Modifier and Type Method Description default GetIntrospectionSchemaResponseAppSyncClient. getIntrospectionSchema(Consumer<GetIntrospectionSchemaRequest.Builder> getIntrospectionSchemaRequest)Retrieves the introspection schema for a GraphQL API.default GetIntrospectionSchemaResponseAppSyncClient. getIntrospectionSchema(GetIntrospectionSchemaRequest getIntrospectionSchemaRequest)Retrieves the introspection schema for a GraphQL API.
-