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)
Creates a mapping between an event source and an AWS 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 maximum number of items to retrieve in a single batch.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withBisectBatchOnFunctionError(Boolean bisectBatchOnFunctionError)
(Streams) If the function returns an error, split the batch in two and retry.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withDestinationConfig(DestinationConfig destinationConfig)
(Streams) An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
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.withMaximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
The maximum amount of time to gather records before invoking the function, in seconds.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withMaximumRecordAgeInSeconds(Integer maximumRecordAgeInSeconds)
(Streams) The maximum age of a record that Lambda sends to a function for processing.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withMaximumRetryAttempts(Integer maximumRetryAttempts)
(Streams) The maximum number of times to retry when the function returns an error.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withParallelizationFactor(Integer parallelizationFactor)
(Streams) The number of batches to process from each shard concurrently.
|
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 © 2020. All rights reserved.