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 |
---|---|
Future<GetIntrospectionSchemaResult> |
AbstractAWSAppSyncAsync.getIntrospectionSchemaAsync(GetIntrospectionSchemaRequest request,
AsyncHandler<GetIntrospectionSchemaRequest,GetIntrospectionSchemaResult> asyncHandler) |
Future<GetIntrospectionSchemaResult> |
AWSAppSyncAsync.getIntrospectionSchemaAsync(GetIntrospectionSchemaRequest getIntrospectionSchemaRequest,
AsyncHandler<GetIntrospectionSchemaRequest,GetIntrospectionSchemaResult> asyncHandler)
Retrieves the introspection schema for a GraphQL API.
|
Future<GetIntrospectionSchemaResult> |
AWSAppSyncAsyncClient.getIntrospectionSchemaAsync(GetIntrospectionSchemaRequest request,
AsyncHandler<GetIntrospectionSchemaRequest,GetIntrospectionSchemaResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetIntrospectionSchemaRequest |
GetIntrospectionSchemaRequest.clone() |
GetIntrospectionSchemaRequest |
GetIntrospectionSchemaRequest.withApiId(String apiId)
The API ID.
|
GetIntrospectionSchemaRequest |
GetIntrospectionSchemaRequest.withFormat(OutputType format)
The schema format: SDL or JSON.
|
GetIntrospectionSchemaRequest |
GetIntrospectionSchemaRequest.withFormat(String format)
The schema format: SDL or JSON.
|
GetIntrospectionSchemaRequest |
GetIntrospectionSchemaRequest.withIncludeDirectives(Boolean includeDirectives)
A flag that specifies whether the schema introspection should contain directives.
|
Copyright © 2023. All rights reserved.