Uses of Class
software.amazon.awssdk.services.appsync.model.GetFunctionResponse
-
Packages that use GetFunctionResponse 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 GetFunctionResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return GetFunctionResponse Modifier and Type Method Description default GetFunctionResponseAppSyncClient. getFunction(Consumer<GetFunctionRequest.Builder> getFunctionRequest)Get aFunction.default GetFunctionResponseAppSyncClient. getFunction(GetFunctionRequest getFunctionRequest)Get aFunction.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type GetFunctionResponse Modifier and Type Method Description default CompletableFuture<GetFunctionResponse>AppSyncAsyncClient. getFunction(Consumer<GetFunctionRequest.Builder> getFunctionRequest)Get aFunction.default CompletableFuture<GetFunctionResponse>AppSyncAsyncClient. getFunction(GetFunctionRequest getFunctionRequest)Get aFunction.
-