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 GetEventSourceMappingResult
AbstractAWSLambda. getEventSourceMapping(GetEventSourceMappingRequest request)
GetEventSourceMappingResult
AWSLambda. getEventSourceMapping(GetEventSourceMappingRequest getEventSourceMappingRequest)
Returns configuration information for the specified event source mapping (see CreateEventSourceMapping).GetEventSourceMappingResult
AWSLambdaClient. 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 GetEventSourceMappingResult
GetEventSourceMappingResult. clone()
GetEventSourceMappingResult
GetEventSourceMappingResult. withBatchSize(Integer batchSize)
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.GetEventSourceMappingResult
GetEventSourceMappingResult. withEventSourceArn(String eventSourceArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.GetEventSourceMappingResult
GetEventSourceMappingResult. withFunctionArn(String functionArn)
The Lambda function to invoke when AWS Lambda detects an event on the stream.GetEventSourceMappingResult
GetEventSourceMappingResult. withLastModified(Date lastModified)
The UTC time string indicating the last time the event mapping was updated.GetEventSourceMappingResult
GetEventSourceMappingResult. withLastProcessingResult(String lastProcessingResult)
The result of the last AWS Lambda invocation of your Lambda function.GetEventSourceMappingResult
GetEventSourceMappingResult. withState(String state)
The state of the event source mapping.GetEventSourceMappingResult
GetEventSourceMappingResult. withStateTransitionReason(String stateTransitionReason)
The reason the event source mapping is in its current state.GetEventSourceMappingResult
GetEventSourceMappingResult. withUUID(String uUID)
The AWS Lambda assigned opaque identifier for the mapping.
-