| Package | Description |
|---|---|
| com.amazonaws.services.appsync |
AWS 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<CreateTypeResult> |
AWSAppSyncAsync.createTypeAsync(CreateTypeRequest createTypeRequest,
AsyncHandler<CreateTypeRequest,CreateTypeResult> asyncHandler)
Creates a
Type object. |
Future<CreateTypeResult> |
AWSAppSyncAsyncClient.createTypeAsync(CreateTypeRequest request,
AsyncHandler<CreateTypeRequest,CreateTypeResult> asyncHandler) |
Future<CreateTypeResult> |
AbstractAWSAppSyncAsync.createTypeAsync(CreateTypeRequest request,
AsyncHandler<CreateTypeRequest,CreateTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateTypeRequest |
CreateTypeRequest.clone() |
CreateTypeRequest |
CreateTypeRequest.withApiId(String apiId)
The API ID.
|
CreateTypeRequest |
CreateTypeRequest.withDefinition(String definition)
The type definition, in GraphQL Schema Definition Language (SDL) format.
|
CreateTypeRequest |
CreateTypeRequest.withFormat(String format)
The type format: SDL or JSON.
|
CreateTypeRequest |
CreateTypeRequest.withFormat(TypeDefinitionFormat format)
The type format: SDL or JSON.
|
Copyright © 2021. All rights reserved.