Uses of Class
com.amazonaws.services.lambda.model.InvocationType
-
Packages that use InvocationType Package Description com.amazonaws.services.lambda.invoke A higher-level wrapper for AWS Lambda's Invoke operation.com.amazonaws.services.lambda.model -
-
Uses of InvocationType in com.amazonaws.services.lambda.invoke
Methods in com.amazonaws.services.lambda.invoke that return InvocationType Modifier and Type Method Description InvocationType
invocationType()
The type of invocation to use. -
Uses of InvocationType in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.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.lambda.model with parameters of type InvocationType Modifier and Type Method Description void
InvokeRequest. setInvocationType(InvocationType invocationType)
By default, theInvoke
API assumesRequestResponse
invocation type.InvokeRequest
InvokeRequest. withInvocationType(InvocationType invocationType)
By default, theInvoke
API assumesRequestResponse
invocation type.
-