Uses of Class
software.amazon.awssdk.services.appsync.model.CreateFunctionRequest
-
Packages that use CreateFunctionRequest Package Description software.amazon.awssdk.services.appsync AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.software.amazon.awssdk.services.appsync.transform -
-
Uses of CreateFunctionRequest in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync with parameters of type CreateFunctionRequest Modifier and Type Method Description default CompletableFuture<CreateFunctionResponse>
AppSyncAsyncClient. createFunction(CreateFunctionRequest createFunctionRequest)
Creates aFunction
object.default CreateFunctionResponse
AppSyncClient. createFunction(CreateFunctionRequest createFunctionRequest)
Creates aFunction
object. -
Uses of CreateFunctionRequest in software.amazon.awssdk.services.appsync.transform
Methods in software.amazon.awssdk.services.appsync.transform with parameters of type CreateFunctionRequest Modifier and Type Method Description SdkHttpFullRequest
CreateFunctionRequestMarshaller. marshall(CreateFunctionRequest createFunctionRequest)
-