| Package | Description | 
|---|---|
| com.amazonaws.services.lambda | Synchronous and asynchronous client classes for accessing AWSLambda. | 
| com.amazonaws.services.lambda.model | Classes modeling the various types represented by AWSLambda. | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateEventSourceMappingResult | AWSLambda. createEventSourceMapping(CreateEventSourceMappingRequest createEventSourceMappingRequest)
 Identifies a stream as an event source for a Lambda function. | 
| CreateEventSourceMappingResult | AWSLambdaClient. createEventSourceMapping(CreateEventSourceMappingRequest createEventSourceMappingRequest)
 Identifies a stream as an event source for a Lambda function. | 
| Future<CreateEventSourceMappingResult> | AWSLambdaAsyncClient. createEventSourceMappingAsync(CreateEventSourceMappingRequest createEventSourceMappingRequest)
 Identifies a stream as an event source for a Lambda function. | 
| Future<CreateEventSourceMappingResult> | AWSLambdaAsync. createEventSourceMappingAsync(CreateEventSourceMappingRequest createEventSourceMappingRequest)
 Identifies a stream as an event source for a Lambda function. | 
| Future<CreateEventSourceMappingResult> | AWSLambdaAsyncClient. createEventSourceMappingAsync(CreateEventSourceMappingRequest createEventSourceMappingRequest,
                             AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler)
 Identifies a stream as an event source for a Lambda function. | 
| 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 | 
|---|---|
| Future<CreateEventSourceMappingResult> | AWSLambdaAsyncClient. createEventSourceMappingAsync(CreateEventSourceMappingRequest createEventSourceMappingRequest,
                             AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler)
 Identifies a stream as an event source for a Lambda function. | 
| 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(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 Amazon Kinesis or the Amazon
 DynamoDB stream that is 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 stream where AWS Lambda should start reading. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withStartingPosition(String startingPosition)The position in the stream where AWS Lambda should start reading. | 
Copyright © 2016. All rights reserved.