Uses of Enum
com.amazonaws.services.simpleemail.model.InvocationType
Packages that use InvocationType
-
Uses of InvocationType in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return InvocationTypeModifier and TypeMethodDescriptionstatic InvocationType
Use this in place of valueOf.static InvocationType
Returns 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 TypeMethodDescriptionvoid
LambdaAction.setInvocationType
(InvocationType invocationType) The invocation type of the AWS Lambda function.LambdaAction.withInvocationType
(InvocationType invocationType) The invocation type of the AWS Lambda function.