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<ListDataSourcesResult> |
AWSAppSyncAsync.listDataSourcesAsync(ListDataSourcesRequest listDataSourcesRequest,
AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler)
Lists the data sources for a given API.
|
Future<ListDataSourcesResult> |
AbstractAWSAppSyncAsync.listDataSourcesAsync(ListDataSourcesRequest request,
AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler) |
Future<ListDataSourcesResult> |
AWSAppSyncAsyncClient.listDataSourcesAsync(ListDataSourcesRequest request,
AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListDataSourcesRequest |
ListDataSourcesRequest.clone() |
ListDataSourcesRequest |
ListDataSourcesRequest.withApiId(String apiId)
The API ID.
|
ListDataSourcesRequest |
ListDataSourcesRequest.withMaxResults(Integer maxResults)
The maximum number of results that you want the request to return.
|
ListDataSourcesRequest |
ListDataSourcesRequest.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 © 2022. All rights reserved.