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