| Package | Description | 
|---|---|
| com.amazonaws.services.lambda |  | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<CreateEventSourceMappingResult> | AWSLambdaAsyncClient. createEventSourceMappingAsync(CreateEventSourceMappingRequest request,
                             AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler) | 
| 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 Lambda function. | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. clone() | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withAmazonManagedKafkaEventSourceConfig(AmazonManagedKafkaEventSourceConfig amazonManagedKafkaEventSourceConfig)
 Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event source. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withBatchSize(Integer batchSize)
 The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your
 function. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withBisectBatchOnFunctionError(Boolean bisectBatchOnFunctionError)
 (Kinesis and DynamoDB Streams only) If the function returns an error, split the batch in two and retry. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withDestinationConfig(DestinationConfig destinationConfig)
 (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Kafka only) A configuration object that specifies the
 destination of an event after Lambda processes it. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withDocumentDBEventSourceConfig(DocumentDBEventSourceConfig documentDBEventSourceConfig)
 Specific configuration settings for a DocumentDB event source. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withEnabled(Boolean enabled)
 When true, the event source mapping is active. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withEventSourceArn(String eventSourceArn)
 The Amazon Resource Name (ARN) of the event source. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withFilterCriteria(FilterCriteria filterCriteria)
 An object that defines the filter criteria that determine whether Lambda should process an event. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withFunctionName(String functionName)
 The name or ARN of the Lambda function. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withFunctionResponseTypes(Collection<String> functionResponseTypes)
 (Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source
 mapping. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withFunctionResponseTypes(FunctionResponseType... functionResponseTypes)
 (Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source
 mapping. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withFunctionResponseTypes(String... functionResponseTypes)
 (Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source
 mapping. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withMaximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
 The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withMaximumRecordAgeInSeconds(Integer maximumRecordAgeInSeconds)
 (Kinesis and DynamoDB Streams only) Discard records older than the specified age. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withMaximumRetryAttempts(Integer maximumRetryAttempts)
 (Kinesis and DynamoDB Streams only) Discard records after the specified number of retries. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withParallelizationFactor(Integer parallelizationFactor)
 (Kinesis and DynamoDB Streams only) The number of batches to process from each shard concurrently. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withQueues(Collection<String> queues)
 (MQ) The name of the Amazon MQ broker destination queue to consume. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withQueues(String... queues)
 (MQ) The name of the Amazon MQ broker destination queue to consume. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withScalingConfig(ScalingConfig scalingConfig)
 (Amazon SQS only) The scaling configuration for the event source. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withSelfManagedEventSource(SelfManagedEventSource selfManagedEventSource)
 The self-managed Apache Kafka cluster to receive records from. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withSelfManagedKafkaEventSourceConfig(SelfManagedKafkaEventSourceConfig selfManagedKafkaEventSourceConfig)
 Specific configuration settings for a self-managed Apache Kafka event source. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withSourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)
 An array of authentication protocols or VPC components required to secure your event source. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withSourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)
 An array of authentication protocols or VPC components required to secure your event source. | 
| 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  StartingPositionset toAT_TIMESTAMP, the time from which to start reading. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withTopics(Collection<String> topics)
 The name of the Kafka topic. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withTopics(String... topics)
 The name of the Kafka topic. | 
| CreateEventSourceMappingRequest | CreateEventSourceMappingRequest. withTumblingWindowInSeconds(Integer tumblingWindowInSeconds)
 (Kinesis and DynamoDB Streams only) The duration in seconds of a processing window for DynamoDB and Kinesis
 Streams event sources. | 
Copyright © 2024. All rights reserved.