Enum InvocationType
- All Implemented Interfaces:
Serializable
,Comparable<InvocationType>
,java.lang.constant.Constable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:48.101Z")
@Stability(Deprecated)
@Deprecated
public enum InvocationType
extends Enum<InvocationType>
Deprecated.
(deprecated) Invocation type of a Lambda.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic InvocationType
Deprecated.Returns the enum constant of this type with the specified name.static InvocationType[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
REQUEST_RESPONSE
Deprecated.(deprecated) Invoke synchronously.The API response includes the function response and additional data.
-
EVENT
Deprecated.(deprecated) Invoke asynchronously.Send events that fail multiple times to the function's dead-letter queue (if it's configured). The API response only includes a status code.
-
DRY_RUN
Deprecated.(deprecated) TValidate parameter values and verify that the user or role has permission to invoke the function.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
LambdaInvocationType