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 InvocationType
InvocationType. fromValue(String value)
Use this in place of valueOf.static InvocationType
InvocationType. 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 void
LambdaAction. setInvocationType(InvocationType invocationType)
The invocation type of the AWS Lambda function.LambdaAction
LambdaAction. withInvocationType(InvocationType invocationType)
The invocation type of the AWS Lambda function.
-