Uses of Class
com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
-
Packages that use CreateEventSourceMappingRequest Package Description com.amazonaws.services.lambda com.amazonaws.services.lambda.model -
-
Uses of CreateEventSourceMappingRequest in com.amazonaws.services.lambda
Method parameters in com.amazonaws.services.lambda with type arguments of type CreateEventSourceMappingRequest Modifier and Type Method Description Future<CreateEventSourceMappingResult>
AbstractAWSLambdaAsync. createEventSourceMappingAsync(CreateEventSourceMappingRequest request, AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler)
Future<CreateEventSourceMappingResult>
AWSLambdaAsync. createEventSourceMappingAsync(CreateEventSourceMappingRequest createEventSourceMappingRequest, AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler)
Identifies a stream as an event source for a Lambda function.Future<CreateEventSourceMappingResult>
AWSLambdaAsyncClient. createEventSourceMappingAsync(CreateEventSourceMappingRequest request, AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler)
-
Uses of CreateEventSourceMappingRequest in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return CreateEventSourceMappingRequest Modifier and Type Method 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.
-