| Package | Description | 
|---|---|
| com.amazonaws.services.lambda |  | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateEventSourceMappingResult | AbstractAWSLambda. updateEventSourceMapping(UpdateEventSourceMappingRequest request) | 
| UpdateEventSourceMappingResult | AWSLambda. updateEventSourceMapping(UpdateEventSourceMappingRequest updateEventSourceMappingRequest)
 Updates an event source mapping. | 
| UpdateEventSourceMappingResult | AWSLambdaClient. updateEventSourceMapping(UpdateEventSourceMappingRequest request)
 Updates an event source mapping. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<UpdateEventSourceMappingResult> | AbstractAWSLambdaAsync. updateEventSourceMappingAsync(UpdateEventSourceMappingRequest request,
                             AsyncHandler<UpdateEventSourceMappingRequest,UpdateEventSourceMappingResult> asyncHandler) | 
| Future<UpdateEventSourceMappingResult> | AWSLambdaAsync. updateEventSourceMappingAsync(UpdateEventSourceMappingRequest updateEventSourceMappingRequest,
                             AsyncHandler<UpdateEventSourceMappingRequest,UpdateEventSourceMappingResult> asyncHandler)
 Updates an event source mapping. | 
| Future<UpdateEventSourceMappingResult> | AWSLambdaAsyncClient. updateEventSourceMappingAsync(UpdateEventSourceMappingRequest request,
                             AsyncHandler<UpdateEventSourceMappingRequest,UpdateEventSourceMappingResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. clone() | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withBatchSize(Integer batchSize)
 The maximum number of items to retrieve in a single batch. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withBisectBatchOnFunctionError(Boolean bisectBatchOnFunctionError)
 (Streams) If the function returns an error, split the batch in two and retry. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withDestinationConfig(DestinationConfig destinationConfig)
 (Streams) An Amazon SQS queue or Amazon SNS topic destination for discarded records. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withEventSourceArn(String eventSourceArn)
 The Amazon Resource Name (ARN) of the event source. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withFunctionArn(String functionArn)
 The ARN of the Lambda function. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withFunctionResponseTypes(Collection<String> functionResponseTypes)
 (Streams) A list of current response type enums applied to the event source mapping. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withFunctionResponseTypes(FunctionResponseType... functionResponseTypes)
 (Streams) A list of current response type enums applied to the event source mapping. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withFunctionResponseTypes(String... functionResponseTypes)
 (Streams) A list of current response type enums applied to the event source mapping. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withLastModified(Date lastModified)
 The date that the event source mapping was last updated, or its state changed. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withLastProcessingResult(String lastProcessingResult)
 The result of the last AWS Lambda invocation of your Lambda function. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withMaximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
 (Streams and SQS standard queues) The maximum amount of time to gather records before invoking the function, in
 seconds. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withMaximumRecordAgeInSeconds(Integer maximumRecordAgeInSeconds)
 (Streams) Discard records older than the specified age. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withMaximumRetryAttempts(Integer maximumRetryAttempts)
 (Streams) Discard records after the specified number of retries. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withParallelizationFactor(Integer parallelizationFactor)
 (Streams) The number of batches to process from each shard concurrently. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withQueues(Collection<String> queues)
 (MQ) The name of the Amazon MQ broker destination queue to consume. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withQueues(String... queues)
 (MQ) The name of the Amazon MQ broker destination queue to consume. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withSelfManagedEventSource(SelfManagedEventSource selfManagedEventSource)
 The Self-Managed Apache Kafka cluster for your event source. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withSourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)
 An array of the authentication protocol, or the VPC components to secure your event source. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withSourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)
 An array of the authentication protocol, or the VPC components to secure your event source. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withStartingPosition(EventSourcePosition startingPosition)
 The position in a stream from which to start reading. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withStartingPosition(String startingPosition)
 The position in a stream from which to start reading. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withStartingPositionTimestamp(Date startingPositionTimestamp)
 With  StartingPositionset toAT_TIMESTAMP, the time from which to start reading. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withState(String state)
 The state of the event source mapping. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withStateTransitionReason(String stateTransitionReason)
 Indicates whether the last change to the event source mapping was made by a user, or by the Lambda service. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withTopics(Collection<String> topics)
 The name of the Kafka topic. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withTopics(String... topics)
 The name of the Kafka topic. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withTumblingWindowInSeconds(Integer tumblingWindowInSeconds)
 (Streams) The duration in seconds of a processing window. | 
| UpdateEventSourceMappingResult | UpdateEventSourceMappingResult. withUUID(String uUID)
 The identifier of the event source mapping. | 
Copyright © 2021. All rights reserved.