Uses of Enum Class
software.amazon.awscdk.services.stepfunctions.tasks.InvocationType
-
Uses of InvocationType in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return InvocationTypeModifier and TypeMethodDescriptiondefault InvocationTypeRunLambdaTaskProps.getInvocationType()Deprecated.final InvocationTypeRunLambdaTaskProps.Jsii$Proxy.getInvocationType()Deprecated.static InvocationTypeDeprecated.Returns the enum constant of this class with the specified name.static InvocationType[]InvocationType.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type InvocationTypeModifier and TypeMethodDescriptionRunLambdaTask.Builder.invocationType(InvocationType invocationType) Deprecated.RunLambdaTaskProps.Builder.invocationType(InvocationType invocationType) Deprecated.