Uses of Class
software.amazon.awscdk.services.appsync.FunctionRuntime
Packages that use FunctionRuntime
-
Uses of FunctionRuntime in software.amazon.awscdk.services.appsync
Fields in software.amazon.awscdk.services.appsync declared as FunctionRuntimeModifier and TypeFieldDescriptionstatic final FunctionRuntimeFunctionRuntime.JS_1_0_0APPSYNC_JS v1.0.0 runtime.Methods in software.amazon.awscdk.services.appsync that return FunctionRuntimeModifier and TypeMethodDescriptionfinal FunctionRuntimeAppsyncFunctionProps.Jsii$Proxy.getRuntime()default FunctionRuntimeBaseAppsyncFunctionProps.getRuntime()The functions runtime.final FunctionRuntimeBaseAppsyncFunctionProps.Jsii$Proxy.getRuntime()default FunctionRuntimeBaseResolverProps.getRuntime()The functions runtime.final FunctionRuntimeBaseResolverProps.Jsii$Proxy.getRuntime()final FunctionRuntimeExtendedResolverProps.Jsii$Proxy.getRuntime()final FunctionRuntimeResolverProps.Jsii$Proxy.getRuntime()Methods in software.amazon.awscdk.services.appsync with parameters of type FunctionRuntimeModifier and TypeMethodDescriptionAppsyncFunction.Builder.runtime(FunctionRuntime runtime) The functions runtime.AppsyncFunctionProps.Builder.runtime(FunctionRuntime runtime) Sets the value ofBaseAppsyncFunctionProps.getRuntime()BaseAppsyncFunctionProps.Builder.runtime(FunctionRuntime runtime) Sets the value ofBaseAppsyncFunctionProps.getRuntime()BaseResolverProps.Builder.runtime(FunctionRuntime runtime) Sets the value ofBaseResolverProps.getRuntime()ExtendedResolverProps.Builder.runtime(FunctionRuntime runtime) Sets the value ofBaseResolverProps.getRuntime()Resolver.Builder.runtime(FunctionRuntime runtime) The functions runtime.ResolverProps.Builder.runtime(FunctionRuntime runtime) Sets the value ofBaseResolverProps.getRuntime()