| 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<ListTypesResult> |
AWSAppSyncAsyncClient.listTypesAsync(ListTypesRequest request,
AsyncHandler<ListTypesRequest,ListTypesResult> asyncHandler) |
Future<ListTypesResult> |
AbstractAWSAppSyncAsync.listTypesAsync(ListTypesRequest request,
AsyncHandler<ListTypesRequest,ListTypesResult> asyncHandler) |
Future<ListTypesResult> |
AWSAppSyncAsync.listTypesAsync(ListTypesRequest listTypesRequest,
AsyncHandler<ListTypesRequest,ListTypesResult> asyncHandler)
Lists the types for a given API.
|
| Modifier and Type | Method and Description |
|---|---|
ListTypesRequest |
ListTypesRequest.clone() |
ListTypesRequest |
ListTypesRequest.withApiId(String apiId)
The API ID.
|
ListTypesRequest |
ListTypesRequest.withFormat(String format)
The type format: SDL or JSON.
|
ListTypesRequest |
ListTypesRequest.withFormat(TypeDefinitionFormat format)
The type format: SDL or JSON.
|
ListTypesRequest |
ListTypesRequest.withMaxResults(Integer maxResults)
The maximum number of results you want the request to return.
|
ListTypesRequest |
ListTypesRequest.withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
Copyright © 2020. All rights reserved.