| Package | Description | 
|---|---|
| com.amazonaws.services.lambda |  | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<UpdateEventSourceMappingResult> | AbstractAWSLambdaAsync. updateEventSourceMappingAsync(UpdateEventSourceMappingRequest request,
                             AsyncHandler<UpdateEventSourceMappingRequest,UpdateEventSourceMappingResult> asyncHandler) | 
| Future<UpdateEventSourceMappingResult> | AWSLambdaAsyncClient. updateEventSourceMappingAsync(UpdateEventSourceMappingRequest request,
                             AsyncHandler<UpdateEventSourceMappingRequest,UpdateEventSourceMappingResult> asyncHandler) | 
| Future<UpdateEventSourceMappingResult> | AWSLambdaAsync. updateEventSourceMappingAsync(UpdateEventSourceMappingRequest updateEventSourceMappingRequest,
                             AsyncHandler<UpdateEventSourceMappingRequest,UpdateEventSourceMappingResult> asyncHandler)
 Updates an event source mapping. | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. clone() | 
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. withBatchSize(Integer batchSize)
 The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your
 function. | 
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. withBisectBatchOnFunctionError(Boolean bisectBatchOnFunctionError)
 (Kinesis and DynamoDB Streams only) If the function returns an error, split the batch in two and retry. | 
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. 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. | 
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. withDocumentDBEventSourceConfig(DocumentDBEventSourceConfig documentDBEventSourceConfig)
 Specific configuration settings for a DocumentDB event source. | 
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. withEnabled(Boolean enabled)
 When true, the event source mapping is active. | 
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. withFilterCriteria(FilterCriteria filterCriteria)
 An object that defines the filter criteria that determine whether Lambda should process an event. | 
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. withFunctionName(String functionName)
 The name or ARN of the Lambda function. | 
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. withFunctionResponseTypes(Collection<String> functionResponseTypes)
 (Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source
 mapping. | 
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. withFunctionResponseTypes(FunctionResponseType... functionResponseTypes)
 (Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source
 mapping. | 
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. withFunctionResponseTypes(String... functionResponseTypes)
 (Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source
 mapping. | 
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. withMaximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
 The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function. | 
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. withMaximumRecordAgeInSeconds(Integer maximumRecordAgeInSeconds)
 (Kinesis and DynamoDB Streams only) Discard records older than the specified age. | 
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. withMaximumRetryAttempts(Integer maximumRetryAttempts)
 (Kinesis and DynamoDB Streams only) Discard records after the specified number of retries. | 
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. withParallelizationFactor(Integer parallelizationFactor)
 (Kinesis and DynamoDB Streams only) The number of batches to process from each shard concurrently. | 
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. withScalingConfig(ScalingConfig scalingConfig)
 (Amazon SQS only) The scaling configuration for the event source. | 
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. withSourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)
 An array of authentication protocols or VPC components required to secure your event source. | 
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. withSourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)
 An array of authentication protocols or VPC components required to secure your event source. | 
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. withTumblingWindowInSeconds(Integer tumblingWindowInSeconds)
 (Kinesis and DynamoDB Streams only) The duration in seconds of a processing window for DynamoDB and Kinesis
 Streams event sources. | 
| UpdateEventSourceMappingRequest | UpdateEventSourceMappingRequest. withUUID(String uUID)
 The identifier of the event source mapping. | 
Copyright © 2024. All rights reserved.