Uses of Class
com.amazonaws.services.lambda.model.UpdateEventSourceMappingRequest
Packages that use UpdateEventSourceMappingRequest
-
Uses of UpdateEventSourceMappingRequest in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda with parameters of type UpdateEventSourceMappingRequestModifier and TypeMethodDescriptionAbstractAWSLambda.updateEventSourceMapping
(UpdateEventSourceMappingRequest request) AWSLambda.updateEventSourceMapping
(UpdateEventSourceMappingRequest updateEventSourceMappingRequest) You can update an event source mapping.AWSLambdaClient.updateEventSourceMapping
(UpdateEventSourceMappingRequest updateEventSourceMappingRequest) You can update an event source mapping.AbstractAWSLambdaAsync.updateEventSourceMappingAsync
(UpdateEventSourceMappingRequest request) AbstractAWSLambdaAsync.updateEventSourceMappingAsync
(UpdateEventSourceMappingRequest request, AsyncHandler<UpdateEventSourceMappingRequest, UpdateEventSourceMappingResult> asyncHandler) AWSLambdaAsync.updateEventSourceMappingAsync
(UpdateEventSourceMappingRequest updateEventSourceMappingRequest) You can update an event source mapping.AWSLambdaAsync.updateEventSourceMappingAsync
(UpdateEventSourceMappingRequest updateEventSourceMappingRequest, AsyncHandler<UpdateEventSourceMappingRequest, UpdateEventSourceMappingResult> asyncHandler) You can update an event source mapping.AWSLambdaAsyncClient.updateEventSourceMappingAsync
(UpdateEventSourceMappingRequest request) AWSLambdaAsyncClient.updateEventSourceMappingAsync
(UpdateEventSourceMappingRequest request, AsyncHandler<UpdateEventSourceMappingRequest, UpdateEventSourceMappingResult> asyncHandler) Method parameters in com.amazonaws.services.lambda with type arguments of type UpdateEventSourceMappingRequestModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.updateEventSourceMappingAsync
(UpdateEventSourceMappingRequest request, AsyncHandler<UpdateEventSourceMappingRequest, UpdateEventSourceMappingResult> asyncHandler) AWSLambdaAsync.updateEventSourceMappingAsync
(UpdateEventSourceMappingRequest updateEventSourceMappingRequest, AsyncHandler<UpdateEventSourceMappingRequest, UpdateEventSourceMappingResult> asyncHandler) You can update an event source mapping.AWSLambdaAsyncClient.updateEventSourceMappingAsync
(UpdateEventSourceMappingRequest request, AsyncHandler<UpdateEventSourceMappingRequest, UpdateEventSourceMappingResult> asyncHandler) -
Uses of UpdateEventSourceMappingRequest in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return UpdateEventSourceMappingRequestModifier and TypeMethodDescriptionUpdateEventSourceMappingRequest.clone()
UpdateEventSourceMappingRequest.withBatchSize
(Integer batchSize) The maximum number of stream records that can be sent to your Lambda function for a single invocation.UpdateEventSourceMappingRequest.withEnabled
(Boolean enabled) Specifies whether AWS Lambda should actively poll the stream or not.UpdateEventSourceMappingRequest.withFunctionName
(String functionName) The Lambda function to which you want the stream records sent.The event source mapping identifier.