Uses of Enum Class
software.amazon.awscdk.services.appsync.LambdaInvokeType
Packages that use LambdaInvokeType
-
Uses of LambdaInvokeType in software.amazon.awscdk.services.appsync
Methods in software.amazon.awscdk.services.appsync that return LambdaInvokeTypeModifier and TypeMethodDescriptiondefault LambdaInvokeTypeHandlerConfig.getLambdaInvokeType()The Lambda invocation type for direct integrations.final LambdaInvokeTypeHandlerConfig.Jsii$Proxy.getLambdaInvokeType()static LambdaInvokeTypeReturns the enum constant of this class with the specified name.static LambdaInvokeType[]LambdaInvokeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.appsync with parameters of type LambdaInvokeTypeModifier and TypeMethodDescriptionHandlerConfig.Builder.lambdaInvokeType(LambdaInvokeType lambdaInvokeType) Sets the value ofHandlerConfig.getLambdaInvokeType()