Uses of Enum
com.amazonaws.services.simpleemail.model.InvocationType
Packages that use InvocationType
-
Uses of InvocationType in com.amazonaws.services.simpleemail.model
Subclasses with type arguments of type InvocationType in com.amazonaws.services.simpleemail.modelMethods in com.amazonaws.services.simpleemail.model that return InvocationTypeModifier and TypeMethodDescriptionstatic InvocationTypeUse this in place of valueOf.static InvocationTypeReturns the enum constant of this type with the specified name.static InvocationType[]InvocationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simpleemail.model with parameters of type InvocationTypeModifier and TypeMethodDescriptionvoidLambdaAction.setInvocationType(InvocationType invocationType) The invocation type of the AWS Lambda function.LambdaAction.withInvocationType(InvocationType invocationType) The invocation type of the AWS Lambda function.