Uses of Class
com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
-
Packages that use UpdateEventSourceMappingResult Package Description com.amazonaws.services.lambda com.amazonaws.services.lambda.model -
-
Uses of UpdateEventSourceMappingResult in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda that return UpdateEventSourceMappingResult Modifier and Type Method Description UpdateEventSourceMappingResultAbstractAWSLambda. updateEventSourceMapping(UpdateEventSourceMappingRequest request)UpdateEventSourceMappingResultAWSLambda. updateEventSourceMapping(UpdateEventSourceMappingRequest updateEventSourceMappingRequest)You can update an event source mapping.UpdateEventSourceMappingResultAWSLambdaClient. updateEventSourceMapping(UpdateEventSourceMappingRequest updateEventSourceMappingRequest)You can update an event source mapping.Method parameters in com.amazonaws.services.lambda with type arguments of type UpdateEventSourceMappingResult Modifier and Type Method Description Future<UpdateEventSourceMappingResult>AbstractAWSLambdaAsync. updateEventSourceMappingAsync(UpdateEventSourceMappingRequest request, AsyncHandler<UpdateEventSourceMappingRequest,UpdateEventSourceMappingResult> asyncHandler)Future<UpdateEventSourceMappingResult>AWSLambdaAsync. updateEventSourceMappingAsync(UpdateEventSourceMappingRequest updateEventSourceMappingRequest, AsyncHandler<UpdateEventSourceMappingRequest,UpdateEventSourceMappingResult> asyncHandler)You can update an event source mapping.Future<UpdateEventSourceMappingResult>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 UpdateEventSourceMappingResult Modifier and Type Method Description UpdateEventSourceMappingResultUpdateEventSourceMappingResult. clone()UpdateEventSourceMappingResultUpdateEventSourceMappingResult. withBatchSize(Integer batchSize)The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.UpdateEventSourceMappingResultUpdateEventSourceMappingResult. withEventSourceArn(String eventSourceArn)The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.UpdateEventSourceMappingResultUpdateEventSourceMappingResult. withFunctionArn(String functionArn)The Lambda function to invoke when AWS Lambda detects an event on the stream.UpdateEventSourceMappingResultUpdateEventSourceMappingResult. withLastModified(Date lastModified)The UTC time string indicating the last time the event mapping was updated.UpdateEventSourceMappingResultUpdateEventSourceMappingResult. withLastProcessingResult(String lastProcessingResult)The result of the last AWS Lambda invocation of your Lambda function.UpdateEventSourceMappingResultUpdateEventSourceMappingResult. withState(String state)The state of the event source mapping.UpdateEventSourceMappingResultUpdateEventSourceMappingResult. withStateTransitionReason(String stateTransitionReason)The reason the event source mapping is in its current state.UpdateEventSourceMappingResultUpdateEventSourceMappingResult. withUUID(String uUID)The AWS Lambda assigned opaque identifier for the mapping.
-