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<StartSchemaCreationResult> |
AbstractAWSAppSyncAsync.startSchemaCreationAsync(StartSchemaCreationRequest request,
AsyncHandler<StartSchemaCreationRequest,StartSchemaCreationResult> asyncHandler) |
Future<StartSchemaCreationResult> |
AWSAppSyncAsync.startSchemaCreationAsync(StartSchemaCreationRequest startSchemaCreationRequest,
AsyncHandler<StartSchemaCreationRequest,StartSchemaCreationResult> asyncHandler)
Adds a new schema to your GraphQL API.
|
Future<StartSchemaCreationResult> |
AWSAppSyncAsyncClient.startSchemaCreationAsync(StartSchemaCreationRequest request,
AsyncHandler<StartSchemaCreationRequest,StartSchemaCreationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
StartSchemaCreationRequest |
StartSchemaCreationRequest.clone() |
StartSchemaCreationRequest |
StartSchemaCreationRequest.withApiId(String apiId)
The API ID.
|
StartSchemaCreationRequest |
StartSchemaCreationRequest.withDefinition(ByteBuffer definition)
The schema definition, in GraphQL schema language format.
|
Copyright © 2023. All rights reserved.