Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateEventSourceMappingResult> |
AbstractAWSLambdaAsync.createEventSourceMappingAsync(CreateEventSourceMappingRequest request,
AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler) |
Future<CreateEventSourceMappingResult> |
AWSLambdaAsync.createEventSourceMappingAsync(CreateEventSourceMappingRequest createEventSourceMappingRequest,
AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler)
Creates a mapping between an event source and an AWS Lambda function.
|
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 maximum number of items to retrieve in a single batch.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withEnabled(Boolean enabled)
Disables the event source mapping to pause polling and invocation.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withEventSourceArn(String eventSourceArn)
The Amazon Resource Name (ARN) of the event source.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withFunctionName(String functionName)
The name of the Lambda function.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withStartingPosition(EventSourcePosition startingPosition)
The position in a stream from which to start reading.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withStartingPosition(String startingPosition)
The position in a stream from which to start reading.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withStartingPositionTimestamp(Date startingPositionTimestamp)
With
StartingPosition set to AT_TIMESTAMP , the time from which to start reading. |
Copyright © 2019. All rights reserved.