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