Uses of Enum
com.amazonaws.services.lambda.model.InvocationType
Packages that use InvocationType
-
Uses of InvocationType in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.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.lambda.model with parameters of type InvocationTypeModifier and TypeMethodDescriptionvoid
InvokeRequest.setInvocationType
(InvocationType invocationType) By default, theInvoke
API assumesRequestResponse
invocation type.InvokeRequest.withInvocationType
(InvocationType invocationType) By default, theInvoke
API assumesRequestResponse
invocation type.