| 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 |
|---|---|
ListTypesByAssociationResult |
AWSAppSyncClient.listTypesByAssociation(ListTypesByAssociationRequest request)
Lists
Type objects by the source API association ID. |
ListTypesByAssociationResult |
AbstractAWSAppSync.listTypesByAssociation(ListTypesByAssociationRequest request) |
ListTypesByAssociationResult |
AWSAppSync.listTypesByAssociation(ListTypesByAssociationRequest listTypesByAssociationRequest)
Lists
Type objects by the source API association ID. |
| Modifier and Type | Method and Description |
|---|---|
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. |
Future<ListTypesByAssociationResult> |
AWSAppSyncAsyncClient.listTypesByAssociationAsync(ListTypesByAssociationRequest request,
AsyncHandler<ListTypesByAssociationRequest,ListTypesByAssociationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTypesByAssociationResult |
ListTypesByAssociationResult.clone() |
ListTypesByAssociationResult |
ListTypesByAssociationResult.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.
|
ListTypesByAssociationResult |
ListTypesByAssociationResult.withTypes(Collection<Type> types)
The
Type objects. |
ListTypesByAssociationResult |
ListTypesByAssociationResult.withTypes(Type... types)
The
Type objects. |
Copyright © 2024. All rights reserved.