Uses of Class
com.amazonaws.services.simpleemail.model.InvocationType
-
Packages that use InvocationType Package Description com.amazonaws.services.simpleemail.model -
-
Uses of InvocationType in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return InvocationType Modifier and Type Method Description static InvocationTypeInvocationType. fromValue(String value)Use this in place of valueOf.static InvocationTypeInvocationType. valueOf(String name)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 InvocationType Modifier and Type Method Description voidLambdaAction. setInvocationType(InvocationType invocationType)The invocation type of the AWS Lambda function.LambdaActionLambdaAction. withInvocationType(InvocationType invocationType)The invocation type of the AWS Lambda function.
-