Uses of Class
software.amazon.awssdk.services.appsync.model.CreateFunctionResponse
-
Packages that use CreateFunctionResponse Package Description software.amazon.awssdk.services.appsync AppSync provides API actions for creating and interacting with data sources using GraphQL from your application. -
-
Uses of CreateFunctionResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return CreateFunctionResponse Modifier and Type Method Description default CreateFunctionResponseAppSyncClient. createFunction(Consumer<CreateFunctionRequest.Builder> createFunctionRequest)Creates aFunctionobject.default CreateFunctionResponseAppSyncClient. createFunction(CreateFunctionRequest createFunctionRequest)Creates aFunctionobject.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type CreateFunctionResponse Modifier and Type Method Description default CompletableFuture<CreateFunctionResponse>AppSyncAsyncClient. createFunction(Consumer<CreateFunctionRequest.Builder> createFunctionRequest)Creates aFunctionobject.default CompletableFuture<CreateFunctionResponse>AppSyncAsyncClient. createFunction(CreateFunctionRequest createFunctionRequest)Creates aFunctionobject.
-