Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateEventSourceMappingResult> |
AWSLambdaAsync.createEventSourceMappingAsync(CreateEventSourceMappingRequest createEventSourceMappingRequest,
AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler)
Identifies a poll-based event source for a Lambda function.
|
Future<CreateEventSourceMappingResult> |
AbstractAWSLambdaAsync.createEventSourceMappingAsync(CreateEventSourceMappingRequest request,
AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler) |
Future<CreateEventSourceMappingResult> |
AWSLambdaAsyncClient.createEventSourceMappingAsync(CreateEventSourceMappingRequest request,
AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.clone() |
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withBatchSize(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(Boolean enabled)
Indicates whether AWS Lambda should begin polling the event source.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withEventSourceArn(String eventSourceArn)
The Amazon Resource Name (ARN) of the event source.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withFunctionName(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 DynamoDB or Kinesis stream where AWS Lambda should start reading.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withStartingPosition(String startingPosition)
The position in the DynamoDB or Kinesis stream where AWS Lambda should start reading.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withStartingPositionTimestamp(Date startingPositionTimestamp)
The timestamp of the data record from which to start reading.
|
Copyright © 2018. All rights reserved.