Package | Description |
---|---|
com.amazonaws.services.lambda | |
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateEventSourceMappingResult> |
AbstractAWSLambdaAsync.createEventSourceMappingAsync(CreateEventSourceMappingRequest request,
AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler) |
java.util.concurrent.Future<CreateEventSourceMappingResult> |
AWSLambdaAsyncClient.createEventSourceMappingAsync(CreateEventSourceMappingRequest request,
AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler) |
java.util.concurrent.Future<CreateEventSourceMappingResult> |
AWSLambdaAsync.createEventSourceMappingAsync(CreateEventSourceMappingRequest createEventSourceMappingRequest,
AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler)
Identifies a stream as an event source for a Lambda function.
|
Modifier and Type | Method and Description |
---|---|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.clone() |
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withBatchSize(java.lang.Integer batchSize)
The largest number of records that AWS Lambda will retrieve from your
event source at the time of invoking your function.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withEnabled(java.lang.Boolean enabled)
Indicates whether AWS Lambda should begin polling the event source.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withEventSourceArn(java.lang.String eventSourceArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon
DynamoDB stream that is the event source.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withFunctionName(java.lang.String functionName)
The Lambda function to invoke when AWS Lambda detects an event on the
stream.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withStartingPosition(EventSourcePosition startingPosition)
The position in the stream where AWS Lambda should start reading.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withStartingPosition(java.lang.String startingPosition)
The position in the stream where AWS Lambda should start reading.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateEventSourceMappingRequest> |
CreateEventSourceMappingRequestMarshaller.marshall(CreateEventSourceMappingRequest createEventSourceMappingRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateEventSourceMappingRequest> |
CreateEventSourceMappingRequestMarshaller.marshall(CreateEventSourceMappingRequest createEventSourceMappingRequest) |