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 |
---|---|
CreateFunctionResult |
AbstractAWSAppSync.createFunction(CreateFunctionRequest request) |
CreateFunctionResult |
AWSAppSyncClient.createFunction(CreateFunctionRequest request)
Creates a
Function object. |
CreateFunctionResult |
AWSAppSync.createFunction(CreateFunctionRequest createFunctionRequest)
Creates a
Function object. |
Modifier and Type | Method and Description |
---|---|
Future<CreateFunctionResult> |
AWSAppSyncAsync.createFunctionAsync(CreateFunctionRequest createFunctionRequest,
AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler)
Creates a
Function object. |
Future<CreateFunctionResult> |
AbstractAWSAppSyncAsync.createFunctionAsync(CreateFunctionRequest request,
AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler) |
Future<CreateFunctionResult> |
AWSAppSyncAsyncClient.createFunctionAsync(CreateFunctionRequest request,
AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateFunctionResult |
CreateFunctionResult.clone() |
CreateFunctionResult |
CreateFunctionResult.withFunctionConfiguration(FunctionConfiguration functionConfiguration)
The
Function object. |
Copyright © 2021. All rights reserved.