| 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<ListTypesByAssociationResult> |
AWSAppSyncAsyncClient.listTypesByAssociationAsync(ListTypesByAssociationRequest request,
AsyncHandler<ListTypesByAssociationRequest,ListTypesByAssociationResult> asyncHandler) |
Future<ListTypesByAssociationResult> |
AbstractAWSAppSyncAsync.listTypesByAssociationAsync(ListTypesByAssociationRequest request,
AsyncHandler<ListTypesByAssociationRequest,ListTypesByAssociationResult> asyncHandler) |
Future<ListTypesByAssociationResult> |
AWSAppSyncAsync.listTypesByAssociationAsync(ListTypesByAssociationRequest listTypesByAssociationRequest,
AsyncHandler<ListTypesByAssociationRequest,ListTypesByAssociationResult> asyncHandler)
Lists
Type objects by the source API association ID. |
| Modifier and Type | Method and Description |
|---|---|
ListTypesByAssociationRequest |
ListTypesByAssociationRequest.clone() |
ListTypesByAssociationRequest |
ListTypesByAssociationRequest.withAssociationId(String associationId)
The ID generated by the AppSync service for the source API association.
|
ListTypesByAssociationRequest |
ListTypesByAssociationRequest.withFormat(String format)
The format type.
|
ListTypesByAssociationRequest |
ListTypesByAssociationRequest.withFormat(TypeDefinitionFormat format)
The format type.
|
ListTypesByAssociationRequest |
ListTypesByAssociationRequest.withMaxResults(Integer maxResults)
The maximum number of results that you want the request to return.
|
ListTypesByAssociationRequest |
ListTypesByAssociationRequest.withMergedApiIdentifier(String mergedApiIdentifier)
The identifier of the AppSync Merged API.
|
ListTypesByAssociationRequest |
ListTypesByAssociationRequest.withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the next
set of items in the list.
|
Copyright © 2023. All rights reserved.