Uses of Class
com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
Packages that use UpdateEventSourceMappingResult
-
Uses of UpdateEventSourceMappingResult in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda that return UpdateEventSourceMappingResultModifier 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.Methods in com.amazonaws.services.lambda that return types with arguments of type UpdateEventSourceMappingResultModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.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 UpdateEventSourceMappingResultModifier 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 UpdateEventSourceMappingResult in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return UpdateEventSourceMappingResultModifier and TypeMethodDescriptionUpdateEventSourceMappingResult.clone()
UpdateEventSourceMappingResult.withBatchSize
(Integer batchSize) The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.UpdateEventSourceMappingResult.withEventSourceArn
(String eventSourceArn) The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.UpdateEventSourceMappingResult.withFunctionArn
(String functionArn) The Lambda function to invoke when AWS Lambda detects an event on the stream.UpdateEventSourceMappingResult.withLastModified
(Date lastModified) The UTC time string indicating the last time the event mapping was updated.UpdateEventSourceMappingResult.withLastProcessingResult
(String lastProcessingResult) The result of the last AWS Lambda invocation of your Lambda function.The state of the event source mapping.UpdateEventSourceMappingResult.withStateTransitionReason
(String stateTransitionReason) The reason the event source mapping is in its current state.The AWS Lambda assigned opaque identifier for the mapping.