Package | Description |
---|---|
com.amazonaws.services.appsync |
AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.
|
com.amazonaws.services.appsync.model |
Modifier and Type | Method and Description |
---|---|
GetIntrospectionSchemaResult |
AbstractAWSAppSync.getIntrospectionSchema(GetIntrospectionSchemaRequest request) |
GetIntrospectionSchemaResult |
AWSAppSyncClient.getIntrospectionSchema(GetIntrospectionSchemaRequest request)
Retrieves the introspection schema for a GraphQL API.
|
GetIntrospectionSchemaResult |
AWSAppSync.getIntrospectionSchema(GetIntrospectionSchemaRequest getIntrospectionSchemaRequest)
Retrieves the introspection schema for a GraphQL API.
|
Modifier and Type | Method and Description |
---|---|
Future<GetIntrospectionSchemaResult> |
AWSAppSyncAsync.getIntrospectionSchemaAsync(GetIntrospectionSchemaRequest getIntrospectionSchemaRequest,
AsyncHandler<GetIntrospectionSchemaRequest,GetIntrospectionSchemaResult> asyncHandler)
Retrieves the introspection schema for a GraphQL API.
|
Future<GetIntrospectionSchemaResult> |
AbstractAWSAppSyncAsync.getIntrospectionSchemaAsync(GetIntrospectionSchemaRequest request,
AsyncHandler<GetIntrospectionSchemaRequest,GetIntrospectionSchemaResult> asyncHandler) |
Future<GetIntrospectionSchemaResult> |
AWSAppSyncAsyncClient.getIntrospectionSchemaAsync(GetIntrospectionSchemaRequest request,
AsyncHandler<GetIntrospectionSchemaRequest,GetIntrospectionSchemaResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetIntrospectionSchemaResult |
GetIntrospectionSchemaResult.clone() |
GetIntrospectionSchemaResult |
GetIntrospectionSchemaResult.withSchema(ByteBuffer schema)
The schema, in GraphQL Schema Definition Language (SDL) format.
|
Copyright © 2022. All rights reserved.