Uses of Class
com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
Packages that use CreateEventSourceMappingRequest
-
Uses of CreateEventSourceMappingRequest in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda with parameters of type CreateEventSourceMappingRequestModifier and TypeMethodDescriptionAbstractAWSLambda.createEventSourceMapping(CreateEventSourceMappingRequest request) AWSLambda.createEventSourceMapping(CreateEventSourceMappingRequest createEventSourceMappingRequest) Identifies a stream as an event source for a Lambda function.AWSLambdaClient.createEventSourceMapping(CreateEventSourceMappingRequest createEventSourceMappingRequest) Identifies a stream as an event source for a Lambda function.AbstractAWSLambdaAsync.createEventSourceMappingAsync(CreateEventSourceMappingRequest request) AbstractAWSLambdaAsync.createEventSourceMappingAsync(CreateEventSourceMappingRequest request, AsyncHandler<CreateEventSourceMappingRequest, CreateEventSourceMappingResult> asyncHandler) AWSLambdaAsync.createEventSourceMappingAsync(CreateEventSourceMappingRequest createEventSourceMappingRequest) Identifies a stream as an event source for a Lambda function.AWSLambdaAsync.createEventSourceMappingAsync(CreateEventSourceMappingRequest createEventSourceMappingRequest, AsyncHandler<CreateEventSourceMappingRequest, CreateEventSourceMappingResult> asyncHandler) Identifies a stream as an event source for a Lambda function.AWSLambdaAsyncClient.createEventSourceMappingAsync(CreateEventSourceMappingRequest request) AWSLambdaAsyncClient.createEventSourceMappingAsync(CreateEventSourceMappingRequest request, AsyncHandler<CreateEventSourceMappingRequest, CreateEventSourceMappingResult> asyncHandler) Method parameters in com.amazonaws.services.lambda with type arguments of type CreateEventSourceMappingRequestModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.createEventSourceMappingAsync(CreateEventSourceMappingRequest request, AsyncHandler<CreateEventSourceMappingRequest, CreateEventSourceMappingResult> asyncHandler) AWSLambdaAsync.createEventSourceMappingAsync(CreateEventSourceMappingRequest createEventSourceMappingRequest, AsyncHandler<CreateEventSourceMappingRequest, CreateEventSourceMappingResult> asyncHandler) Identifies a stream as an event source for a Lambda function.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 CreateEventSourceMappingRequestModifier and TypeMethodDescriptionCreateEventSourceMappingRequest.clone()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.withEnabled(Boolean enabled) Indicates whether AWS Lambda should begin polling the event source.CreateEventSourceMappingRequest.withEventSourceArn(String eventSourceArn) The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source.CreateEventSourceMappingRequest.withFunctionName(String functionName) The Lambda function to invoke when AWS Lambda detects an event on the stream.CreateEventSourceMappingRequest.withStartingPosition(EventSourcePosition startingPosition) The position in the stream where AWS Lambda should start reading.CreateEventSourceMappingRequest.withStartingPosition(String startingPosition) The position in the stream where AWS Lambda should start reading.