Uses of Class
software.amazon.awssdk.services.appsync.model.AppSyncRuntime
-
Packages that use AppSyncRuntime Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of AppSyncRuntime in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return AppSyncRuntime Modifier and Type Method Description AppSyncRuntimeCreateFunctionRequest. runtime()Returns the value of the Runtime property for this object.AppSyncRuntimeCreateResolverRequest. runtime()Returns the value of the Runtime property for this object.AppSyncRuntimeEvaluateCodeRequest. runtime()The runtime to be used when evaluating the code.AppSyncRuntimeFunctionConfiguration. runtime()Returns the value of the Runtime property for this object.AppSyncRuntimeResolver. runtime()Returns the value of the Runtime property for this object.AppSyncRuntimeUpdateFunctionRequest. runtime()Returns the value of the Runtime property for this object.AppSyncRuntimeUpdateResolverRequest. runtime()Returns the value of the Runtime property for this object.Methods in software.amazon.awssdk.services.appsync.model with parameters of type AppSyncRuntime Modifier and Type Method Description CreateFunctionRequest.BuilderCreateFunctionRequest.Builder. runtime(AppSyncRuntime runtime)Sets the value of the Runtime property for this object.CreateResolverRequest.BuilderCreateResolverRequest.Builder. runtime(AppSyncRuntime runtime)Sets the value of the Runtime property for this object.EvaluateCodeRequest.BuilderEvaluateCodeRequest.Builder. runtime(AppSyncRuntime runtime)The runtime to be used when evaluating the code.FunctionConfiguration.BuilderFunctionConfiguration.Builder. runtime(AppSyncRuntime runtime)Sets the value of the Runtime property for this object.Resolver.BuilderResolver.Builder. runtime(AppSyncRuntime runtime)Sets the value of the Runtime property for this object.UpdateFunctionRequest.BuilderUpdateFunctionRequest.Builder. runtime(AppSyncRuntime runtime)Sets the value of the Runtime property for this object.UpdateResolverRequest.BuilderUpdateResolverRequest.Builder. runtime(AppSyncRuntime runtime)Sets the value of the Runtime property for this object.
-