Uses of Class
software.amazon.awssdk.services.appsync.model.EvaluateCodeResponse
-
Packages that use EvaluateCodeResponse 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 EvaluateCodeResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return EvaluateCodeResponse Modifier and Type Method Description default EvaluateCodeResponseAppSyncClient. evaluateCode(Consumer<EvaluateCodeRequest.Builder> evaluateCodeRequest)Evaluates the given code and returns the response.default EvaluateCodeResponseAppSyncClient. evaluateCode(EvaluateCodeRequest evaluateCodeRequest)Evaluates the given code and returns the response.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type EvaluateCodeResponse Modifier and Type Method Description default CompletableFuture<EvaluateCodeResponse>AppSyncAsyncClient. evaluateCode(Consumer<EvaluateCodeRequest.Builder> evaluateCodeRequest)Evaluates the given code and returns the response.default CompletableFuture<EvaluateCodeResponse>AppSyncAsyncClient. evaluateCode(EvaluateCodeRequest evaluateCodeRequest)Evaluates the given code and returns the response.
-