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 a stream from which to start reading.
|
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.withStartingPosition(EventSourcePosition startingPosition)
The position in a stream from which to start reading.
|
GetEventSourceMappingResult |
GetEventSourceMappingResult.withStartingPosition(EventSourcePosition startingPosition)
The position in a stream from which to start reading.
|
DeleteEventSourceMappingResult |
DeleteEventSourceMappingResult.withStartingPosition(EventSourcePosition startingPosition)
The position in a stream from which to start reading.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withStartingPosition(EventSourcePosition startingPosition)
The position in a stream from which to start reading.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withStartingPosition(EventSourcePosition startingPosition)
The position in a stream from which to start reading.
|
UpdateEventSourceMappingResult |
UpdateEventSourceMappingResult.withStartingPosition(EventSourcePosition startingPosition)
The position in a stream from which to start reading.
|
Copyright © 2022. All rights reserved.