Uses of Class
software.amazon.awssdk.services.appsync.model.DeleteFunctionRequest
-
Packages that use DeleteFunctionRequest 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 DeleteFunctionRequest in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync with parameters of type DeleteFunctionRequest Modifier and Type Method Description default CompletableFuture<DeleteFunctionResponse>AppSyncAsyncClient. deleteFunction(DeleteFunctionRequest deleteFunctionRequest)Deletes aFunction.default DeleteFunctionResponseAppSyncClient. deleteFunction(DeleteFunctionRequest deleteFunctionRequest)Deletes aFunction. -
Uses of DeleteFunctionRequest in software.amazon.awssdk.services.appsync.transform
Methods in software.amazon.awssdk.services.appsync.transform with parameters of type DeleteFunctionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteFunctionRequestMarshaller. marshall(DeleteFunctionRequest deleteFunctionRequest)
-