Uses of Class
software.amazon.awssdk.services.appsync.model.UpdateFunctionResponse
-
Packages that use UpdateFunctionResponse 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 UpdateFunctionResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return UpdateFunctionResponse Modifier and Type Method Description default UpdateFunctionResponseAppSyncClient. updateFunction(Consumer<UpdateFunctionRequest.Builder> updateFunctionRequest)Updates aFunctionobject.default UpdateFunctionResponseAppSyncClient. updateFunction(UpdateFunctionRequest updateFunctionRequest)Updates aFunctionobject.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type UpdateFunctionResponse Modifier and Type Method Description default CompletableFuture<UpdateFunctionResponse>AppSyncAsyncClient. updateFunction(Consumer<UpdateFunctionRequest.Builder> updateFunctionRequest)Updates aFunctionobject.default CompletableFuture<UpdateFunctionResponse>AppSyncAsyncClient. updateFunction(UpdateFunctionRequest updateFunctionRequest)Updates aFunctionobject.
-