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<CreateFunctionResult> |
AWSAppSyncAsyncClient.createFunctionAsync(CreateFunctionRequest request,
AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler) |
Future<CreateFunctionResult> |
AWSAppSyncAsync.createFunctionAsync(CreateFunctionRequest createFunctionRequest,
AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler)
Creates a
Function object. |
Future<CreateFunctionResult> |
AbstractAWSAppSyncAsync.createFunctionAsync(CreateFunctionRequest request,
AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateFunctionRequest |
CreateFunctionRequest.clone() |
CreateFunctionRequest |
CreateFunctionRequest.withApiId(String apiId)
The GraphQL API ID.
|
CreateFunctionRequest |
CreateFunctionRequest.withCode(String code)
The
function code that contains the request and response functions. |
CreateFunctionRequest |
CreateFunctionRequest.withDataSourceName(String dataSourceName)
The
Function DataSource name. |
CreateFunctionRequest |
CreateFunctionRequest.withDescription(String description)
The
Function description. |
CreateFunctionRequest |
CreateFunctionRequest.withFunctionVersion(String functionVersion)
The
version of the request mapping template. |
CreateFunctionRequest |
CreateFunctionRequest.withMaxBatchSize(Integer maxBatchSize)
The maximum batching size for a resolver.
|
CreateFunctionRequest |
CreateFunctionRequest.withName(String name)
The
Function name. |
CreateFunctionRequest |
CreateFunctionRequest.withRequestMappingTemplate(String requestMappingTemplate)
The
Function request mapping template. |
CreateFunctionRequest |
CreateFunctionRequest.withResponseMappingTemplate(String responseMappingTemplate)
The
Function response mapping template. |
CreateFunctionRequest |
CreateFunctionRequest.withRuntime(AppSyncRuntime runtime) |
CreateFunctionRequest |
CreateFunctionRequest.withSyncConfig(SyncConfig syncConfig) |
Copyright © 2023. All rights reserved.