Uses of Class
com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
-
Packages that use CreateEventSourceMappingResult Package Description com.amazonaws.services.lambda com.amazonaws.services.lambda.model -
-
Uses of CreateEventSourceMappingResult in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda that return CreateEventSourceMappingResult Modifier and Type Method Description CreateEventSourceMappingResultAbstractAWSLambda. createEventSourceMapping(CreateEventSourceMappingRequest request)CreateEventSourceMappingResultAWSLambda. createEventSourceMapping(CreateEventSourceMappingRequest createEventSourceMappingRequest)Identifies a stream as an event source for a Lambda function.CreateEventSourceMappingResultAWSLambdaClient. createEventSourceMapping(CreateEventSourceMappingRequest createEventSourceMappingRequest)Identifies a stream as an event source for a Lambda function.Method parameters in com.amazonaws.services.lambda with type arguments of type CreateEventSourceMappingResult Modifier and Type Method Description Future<CreateEventSourceMappingResult>AbstractAWSLambdaAsync. createEventSourceMappingAsync(CreateEventSourceMappingRequest request, AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler)Future<CreateEventSourceMappingResult>AWSLambdaAsync. createEventSourceMappingAsync(CreateEventSourceMappingRequest createEventSourceMappingRequest, AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler)Identifies a stream as an event source for a Lambda function.Future<CreateEventSourceMappingResult>AWSLambdaAsyncClient. createEventSourceMappingAsync(CreateEventSourceMappingRequest request, AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler) -
Uses of CreateEventSourceMappingResult in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return CreateEventSourceMappingResult Modifier and Type Method Description CreateEventSourceMappingResultCreateEventSourceMappingResult. clone()CreateEventSourceMappingResultCreateEventSourceMappingResult. withBatchSize(Integer batchSize)The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.CreateEventSourceMappingResultCreateEventSourceMappingResult. withEventSourceArn(String eventSourceArn)The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.CreateEventSourceMappingResultCreateEventSourceMappingResult. withFunctionArn(String functionArn)The Lambda function to invoke when AWS Lambda detects an event on the stream.CreateEventSourceMappingResultCreateEventSourceMappingResult. withLastModified(Date lastModified)The UTC time string indicating the last time the event mapping was updated.CreateEventSourceMappingResultCreateEventSourceMappingResult. withLastProcessingResult(String lastProcessingResult)The result of the last AWS Lambda invocation of your Lambda function.CreateEventSourceMappingResultCreateEventSourceMappingResult. withState(String state)The state of the event source mapping.CreateEventSourceMappingResultCreateEventSourceMappingResult. withStateTransitionReason(String stateTransitionReason)The reason the event source mapping is in its current state.CreateEventSourceMappingResultCreateEventSourceMappingResult. withUUID(String uUID)The AWS Lambda assigned opaque identifier for the mapping.
-