Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
static EventSourcePosition |
EventSourcePosition.fromValue(String value)
Use this in place of valueOf.
|
static EventSourcePosition |
EventSourcePosition.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateEventSourceMappingRequest.setStartingPosition(EventSourcePosition startingPosition)
The position in the DynamoDB or Kinesis stream where AWS Lambda should start reading.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withStartingPosition(EventSourcePosition startingPosition)
The position in the DynamoDB or Kinesis stream where AWS Lambda should start reading.
|
Copyright © 2018. All rights reserved.