Uses of Class
com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
Packages that use DeleteEventSourceMappingResult
-
Uses of DeleteEventSourceMappingResult in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda that return DeleteEventSourceMappingResultModifier and TypeMethodDescriptionAbstractAWSLambda.deleteEventSourceMapping
(DeleteEventSourceMappingRequest request) AWSLambda.deleteEventSourceMapping
(DeleteEventSourceMappingRequest deleteEventSourceMappingRequest) Removes an event source mapping.AWSLambdaClient.deleteEventSourceMapping
(DeleteEventSourceMappingRequest deleteEventSourceMappingRequest) Removes an event source mapping.Methods in com.amazonaws.services.lambda that return types with arguments of type DeleteEventSourceMappingResultModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.deleteEventSourceMappingAsync
(DeleteEventSourceMappingRequest request) AbstractAWSLambdaAsync.deleteEventSourceMappingAsync
(DeleteEventSourceMappingRequest request, AsyncHandler<DeleteEventSourceMappingRequest, DeleteEventSourceMappingResult> asyncHandler) AWSLambdaAsync.deleteEventSourceMappingAsync
(DeleteEventSourceMappingRequest deleteEventSourceMappingRequest) Removes an event source mapping.AWSLambdaAsync.deleteEventSourceMappingAsync
(DeleteEventSourceMappingRequest deleteEventSourceMappingRequest, AsyncHandler<DeleteEventSourceMappingRequest, DeleteEventSourceMappingResult> asyncHandler) Removes an event source mapping.AWSLambdaAsyncClient.deleteEventSourceMappingAsync
(DeleteEventSourceMappingRequest request) AWSLambdaAsyncClient.deleteEventSourceMappingAsync
(DeleteEventSourceMappingRequest request, AsyncHandler<DeleteEventSourceMappingRequest, DeleteEventSourceMappingResult> asyncHandler) Method parameters in com.amazonaws.services.lambda with type arguments of type DeleteEventSourceMappingResultModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.deleteEventSourceMappingAsync
(DeleteEventSourceMappingRequest request, AsyncHandler<DeleteEventSourceMappingRequest, DeleteEventSourceMappingResult> asyncHandler) AWSLambdaAsync.deleteEventSourceMappingAsync
(DeleteEventSourceMappingRequest deleteEventSourceMappingRequest, AsyncHandler<DeleteEventSourceMappingRequest, DeleteEventSourceMappingResult> asyncHandler) Removes an event source mapping.AWSLambdaAsyncClient.deleteEventSourceMappingAsync
(DeleteEventSourceMappingRequest request, AsyncHandler<DeleteEventSourceMappingRequest, DeleteEventSourceMappingResult> asyncHandler) -
Uses of DeleteEventSourceMappingResult in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return DeleteEventSourceMappingResultModifier and TypeMethodDescriptionDeleteEventSourceMappingResult.clone()
DeleteEventSourceMappingResult.withBatchSize
(Integer batchSize) The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.DeleteEventSourceMappingResult.withEventSourceArn
(String eventSourceArn) The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.DeleteEventSourceMappingResult.withFunctionArn
(String functionArn) The Lambda function to invoke when AWS Lambda detects an event on the stream.DeleteEventSourceMappingResult.withLastModified
(Date lastModified) The UTC time string indicating the last time the event mapping was updated.DeleteEventSourceMappingResult.withLastProcessingResult
(String lastProcessingResult) The result of the last AWS Lambda invocation of your Lambda function.The state of the event source mapping.DeleteEventSourceMappingResult.withStateTransitionReason
(String stateTransitionReason) The reason the event source mapping is in its current state.The AWS Lambda assigned opaque identifier for the mapping.