| Package | Description | 
|---|---|
| com.amazonaws.services.lambda | 
 | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteEventSourceMappingResult | 
AbstractAWSLambda.deleteEventSourceMapping(DeleteEventSourceMappingRequest request)  | 
DeleteEventSourceMappingResult | 
AWSLambda.deleteEventSourceMapping(DeleteEventSourceMappingRequest deleteEventSourceMappingRequest)
 Deletes an event source
 mapping. 
 | 
DeleteEventSourceMappingResult | 
AWSLambdaClient.deleteEventSourceMapping(DeleteEventSourceMappingRequest request)
 Deletes an event source
 mapping. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<DeleteEventSourceMappingResult> | 
AbstractAWSLambdaAsync.deleteEventSourceMappingAsync(DeleteEventSourceMappingRequest request,
                             AsyncHandler<DeleteEventSourceMappingRequest,DeleteEventSourceMappingResult> asyncHandler)  | 
Future<DeleteEventSourceMappingResult> | 
AWSLambdaAsyncClient.deleteEventSourceMappingAsync(DeleteEventSourceMappingRequest request,
                             AsyncHandler<DeleteEventSourceMappingRequest,DeleteEventSourceMappingResult> asyncHandler)  | 
Future<DeleteEventSourceMappingResult> | 
AWSLambdaAsync.deleteEventSourceMappingAsync(DeleteEventSourceMappingRequest deleteEventSourceMappingRequest,
                             AsyncHandler<DeleteEventSourceMappingRequest,DeleteEventSourceMappingResult> asyncHandler)
 Deletes an event source
 mapping. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.clone()  | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withAmazonManagedKafkaEventSourceConfig(AmazonManagedKafkaEventSourceConfig amazonManagedKafkaEventSourceConfig)
 Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event source. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withBatchSize(Integer batchSize)
 The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your
 function. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withBisectBatchOnFunctionError(Boolean bisectBatchOnFunctionError)
 (Streams only) If the function returns an error, split the batch in two and retry. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withDestinationConfig(DestinationConfig destinationConfig)
 (Streams only) An Amazon SQS queue or Amazon SNS topic destination for discarded records. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withEventSourceArn(String eventSourceArn)
 The Amazon Resource Name (ARN) of the event source. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withFilterCriteria(FilterCriteria filterCriteria)
 An object that defines the filter criteria that determine whether Lambda should process an event. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withFunctionArn(String functionArn)
 The ARN of the Lambda function. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withFunctionResponseTypes(Collection<String> functionResponseTypes)
 (Streams and Amazon SQS) A list of current response type enums applied to the event source mapping. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withFunctionResponseTypes(FunctionResponseType... functionResponseTypes)
 (Streams and Amazon SQS) A list of current response type enums applied to the event source mapping. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withFunctionResponseTypes(String... functionResponseTypes)
 (Streams and Amazon SQS) A list of current response type enums applied to the event source mapping. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withLastModified(Date lastModified)
 The date that the event source mapping was last updated or that its state changed. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withLastProcessingResult(String lastProcessingResult)
 The result of the last Lambda invocation of your function. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withMaximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
 The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withMaximumRecordAgeInSeconds(Integer maximumRecordAgeInSeconds)
 (Streams only) Discard records older than the specified age. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withMaximumRetryAttempts(Integer maximumRetryAttempts)
 (Streams only) Discard records after the specified number of retries. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withParallelizationFactor(Integer parallelizationFactor)
 (Streams only) The number of batches to process concurrently from each shard. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withQueues(Collection<String> queues)
 (Amazon MQ) The name of the Amazon MQ broker destination queue to consume. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withQueues(String... queues)
 (Amazon MQ) The name of the Amazon MQ broker destination queue to consume. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withScalingConfig(ScalingConfig scalingConfig)
 (Amazon SQS only) The scaling configuration for the event source. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withSelfManagedEventSource(SelfManagedEventSource selfManagedEventSource)
 The self-managed Apache Kafka cluster for your event source. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withSelfManagedKafkaEventSourceConfig(SelfManagedKafkaEventSourceConfig selfManagedKafkaEventSourceConfig)
 Specific configuration settings for a self-managed Apache Kafka event source. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withSourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)
 An array of the authentication protocol, VPC components, or virtual host to secure and define your event source. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withSourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)
 An array of the authentication protocol, VPC components, or virtual host to secure and define your event source. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withStartingPosition(EventSourcePosition startingPosition)
 The position in a stream from which to start reading. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withStartingPosition(String startingPosition)
 The position in a stream from which to start reading. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withStartingPositionTimestamp(Date startingPositionTimestamp)
 With  
StartingPosition set to AT_TIMESTAMP, the time from which to start reading. | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withState(String state)
 The state of the event source mapping. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withStateTransitionReason(String stateTransitionReason)
 Indicates whether a user or Lambda made the last change to the event source mapping. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withTopics(Collection<String> topics)
 The name of the Kafka topic. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withTopics(String... topics)
 The name of the Kafka topic. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withTumblingWindowInSeconds(Integer tumblingWindowInSeconds)
 (Streams only) The duration in seconds of a processing window. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withUUID(String uUID)
 The identifier of the event source mapping. 
 | 
Copyright © 2023. All rights reserved.