| 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> | 
AWSLambdaAsync.deleteEventSourceMappingAsync(DeleteEventSourceMappingRequest deleteEventSourceMappingRequest,
                             AsyncHandler<DeleteEventSourceMappingRequest,DeleteEventSourceMappingResult> asyncHandler)
 Deletes an event source
 mapping. 
 | 
Future<DeleteEventSourceMappingResult> | 
AbstractAWSLambdaAsync.deleteEventSourceMappingAsync(DeleteEventSourceMappingRequest request,
                             AsyncHandler<DeleteEventSourceMappingRequest,DeleteEventSourceMappingResult> asyncHandler)  | 
Future<DeleteEventSourceMappingResult> | 
AWSLambdaAsyncClient.deleteEventSourceMappingAsync(DeleteEventSourceMappingRequest request,
                             AsyncHandler<DeleteEventSourceMappingRequest,DeleteEventSourceMappingResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.clone()  | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withBatchSize(Integer batchSize)
 The maximum number of items to retrieve in a single batch. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withBisectBatchOnFunctionError(Boolean bisectBatchOnFunctionError)
 (Streams) If the function returns an error, split the batch in two and retry. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withDestinationConfig(DestinationConfig destinationConfig)
 (Streams) 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.withFunctionArn(String functionArn)
 The ARN of the Lambda function. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withLastModified(Date lastModified)
 The date that the event source mapping was last updated, or its state changed. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withLastProcessingResult(String lastProcessingResult)
 The result of the last AWS Lambda invocation of your Lambda function. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withMaximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
 The maximum amount of time to gather records before invoking the function, in seconds. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withMaximumRecordAgeInSeconds(Integer maximumRecordAgeInSeconds)
 (Streams) The maximum age of a record that Lambda sends to a function for processing. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withMaximumRetryAttempts(Integer maximumRetryAttempts)
 (Streams) The maximum number of times to retry when the function returns an error. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withParallelizationFactor(Integer parallelizationFactor)
 (Streams) The number of batches to process from each shard concurrently. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withState(String state)
 The state of the event source mapping. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withStateTransitionReason(String stateTransitionReason)
 Indicates whether the last change to the event source mapping was made by a user, or by the Lambda service. 
 | 
DeleteEventSourceMappingResult | 
DeleteEventSourceMappingResult.withUUID(String uUID)
 The identifier of the event source mapping. 
 | 
Copyright © 2020. All rights reserved.