Uses of Class
software.amazon.awssdk.services.appsync.model.GetIntrospectionSchemaResponse
-
Packages that use GetIntrospectionSchemaResponse 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 GetIntrospectionSchemaResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return GetIntrospectionSchemaResponse 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.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type GetIntrospectionSchemaResponse Modifier and Type Method Description default CompletableFuture<GetIntrospectionSchemaResponse>AppSyncAsyncClient. getIntrospectionSchema(Consumer<GetIntrospectionSchemaRequest.Builder> getIntrospectionSchemaRequest)Retrieves the introspection schema for a GraphQL API.default CompletableFuture<GetIntrospectionSchemaResponse>AppSyncAsyncClient. getIntrospectionSchema(GetIntrospectionSchemaRequest getIntrospectionSchemaRequest)Retrieves the introspection schema for a GraphQL API.
-