Uses of Class
com.amazonaws.services.lambda.model.GetEventSourceMappingResult
-
Packages that use GetEventSourceMappingResult Package Description com.amazonaws.services.lambda com.amazonaws.services.lambda.model -
-
Uses of GetEventSourceMappingResult in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda that return GetEventSourceMappingResult Modifier and Type Method Description GetEventSourceMappingResultAbstractAWSLambda. getEventSourceMapping(GetEventSourceMappingRequest request)GetEventSourceMappingResultAWSLambda. getEventSourceMapping(GetEventSourceMappingRequest getEventSourceMappingRequest)Returns configuration information for the specified event source mapping (see CreateEventSourceMapping).GetEventSourceMappingResultAWSLambdaClient. getEventSourceMapping(GetEventSourceMappingRequest getEventSourceMappingRequest)Returns configuration information for the specified event source mapping (see CreateEventSourceMapping).Method parameters in com.amazonaws.services.lambda with type arguments of type GetEventSourceMappingResult Modifier and Type Method Description Future<GetEventSourceMappingResult>AbstractAWSLambdaAsync. getEventSourceMappingAsync(GetEventSourceMappingRequest request, AsyncHandler<GetEventSourceMappingRequest,GetEventSourceMappingResult> asyncHandler)Future<GetEventSourceMappingResult>AWSLambdaAsync. getEventSourceMappingAsync(GetEventSourceMappingRequest getEventSourceMappingRequest, AsyncHandler<GetEventSourceMappingRequest,GetEventSourceMappingResult> asyncHandler)Returns configuration information for the specified event source mapping (see CreateEventSourceMapping).Future<GetEventSourceMappingResult>AWSLambdaAsyncClient. getEventSourceMappingAsync(GetEventSourceMappingRequest request, AsyncHandler<GetEventSourceMappingRequest,GetEventSourceMappingResult> asyncHandler) -
Uses of GetEventSourceMappingResult in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return GetEventSourceMappingResult Modifier and Type Method Description GetEventSourceMappingResultGetEventSourceMappingResult. clone()GetEventSourceMappingResultGetEventSourceMappingResult. withBatchSize(Integer batchSize)The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.GetEventSourceMappingResultGetEventSourceMappingResult. withEventSourceArn(String eventSourceArn)The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.GetEventSourceMappingResultGetEventSourceMappingResult. withFunctionArn(String functionArn)The Lambda function to invoke when AWS Lambda detects an event on the stream.GetEventSourceMappingResultGetEventSourceMappingResult. withLastModified(Date lastModified)The UTC time string indicating the last time the event mapping was updated.GetEventSourceMappingResultGetEventSourceMappingResult. withLastProcessingResult(String lastProcessingResult)The result of the last AWS Lambda invocation of your Lambda function.GetEventSourceMappingResultGetEventSourceMappingResult. withState(String state)The state of the event source mapping.GetEventSourceMappingResultGetEventSourceMappingResult. withStateTransitionReason(String stateTransitionReason)The reason the event source mapping is in its current state.GetEventSourceMappingResultGetEventSourceMappingResult. withUUID(String uUID)The AWS Lambda assigned opaque identifier for the mapping.
-