Uses of Enum
com.amazonaws.services.lambda.model.EventSourcePosition
Packages that use EventSourcePosition
-
Uses of EventSourcePosition in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return EventSourcePositionModifier and TypeMethodDescriptionstatic EventSourcePosition
Use this in place of valueOf.static EventSourcePosition
Returns the enum constant of this type with the specified name.static EventSourcePosition[]
EventSourcePosition.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 EventSourcePositionModifier and TypeMethodDescriptionvoid
CreateEventSourceMappingRequest.setStartingPosition
(EventSourcePosition startingPosition) The position in the stream where AWS Lambda should start reading.CreateEventSourceMappingRequest.withStartingPosition
(EventSourcePosition startingPosition) The position in the stream where AWS Lambda should start reading.