Uses of Enum Class
software.amazon.awscdk.triggers.InvocationType
Packages that use InvocationType
-
Uses of InvocationType in software.amazon.awscdk.triggers
Methods in software.amazon.awscdk.triggers that return InvocationTypeModifier and TypeMethodDescriptiondefault InvocationTypeTriggerProps.getInvocationType()The invocation type to invoke the Lambda function with.final InvocationTypeTriggerProps.Jsii$Proxy.getInvocationType()static InvocationTypeReturns the enum constant of this class with the specified name.static InvocationType[]InvocationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.triggers with parameters of type InvocationTypeModifier and TypeMethodDescriptionTrigger.Builder.invocationType(InvocationType invocationType) The invocation type to invoke the Lambda function with.TriggerProps.Builder.invocationType(InvocationType invocationType) Sets the value ofTriggerProps.getInvocationType()