Uses of Class
com.amazonaws.services.lambda.model.GetEventSourceMappingResult
Packages that use GetEventSourceMappingResult
-
Uses of GetEventSourceMappingResult in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda that return GetEventSourceMappingResultModifier and TypeMethodDescriptionAbstractAWSLambda.getEventSourceMapping
(GetEventSourceMappingRequest request) AWSLambda.getEventSourceMapping
(GetEventSourceMappingRequest getEventSourceMappingRequest) Returns configuration information for the specified event source mapping (see CreateEventSourceMapping).AWSLambdaClient.getEventSourceMapping
(GetEventSourceMappingRequest getEventSourceMappingRequest) Returns configuration information for the specified event source mapping (see CreateEventSourceMapping).Methods in com.amazonaws.services.lambda that return types with arguments of type GetEventSourceMappingResultModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.getEventSourceMappingAsync
(GetEventSourceMappingRequest request) AbstractAWSLambdaAsync.getEventSourceMappingAsync
(GetEventSourceMappingRequest request, AsyncHandler<GetEventSourceMappingRequest, GetEventSourceMappingResult> asyncHandler) AWSLambdaAsync.getEventSourceMappingAsync
(GetEventSourceMappingRequest getEventSourceMappingRequest) Returns configuration information for the specified event source mapping (see CreateEventSourceMapping).AWSLambdaAsync.getEventSourceMappingAsync
(GetEventSourceMappingRequest getEventSourceMappingRequest, AsyncHandler<GetEventSourceMappingRequest, GetEventSourceMappingResult> asyncHandler) Returns configuration information for the specified event source mapping (see CreateEventSourceMapping).AWSLambdaAsyncClient.getEventSourceMappingAsync
(GetEventSourceMappingRequest request) AWSLambdaAsyncClient.getEventSourceMappingAsync
(GetEventSourceMappingRequest request, AsyncHandler<GetEventSourceMappingRequest, GetEventSourceMappingResult> asyncHandler) Method parameters in com.amazonaws.services.lambda with type arguments of type GetEventSourceMappingResultModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.getEventSourceMappingAsync
(GetEventSourceMappingRequest request, AsyncHandler<GetEventSourceMappingRequest, GetEventSourceMappingResult> asyncHandler) AWSLambdaAsync.getEventSourceMappingAsync
(GetEventSourceMappingRequest getEventSourceMappingRequest, AsyncHandler<GetEventSourceMappingRequest, GetEventSourceMappingResult> asyncHandler) Returns configuration information for the specified event source mapping (see CreateEventSourceMapping).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 GetEventSourceMappingResultModifier and TypeMethodDescriptionGetEventSourceMappingResult.clone()
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.withEventSourceArn
(String eventSourceArn) The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.GetEventSourceMappingResult.withFunctionArn
(String functionArn) The Lambda function to invoke when AWS Lambda detects an event on the stream.GetEventSourceMappingResult.withLastModified
(Date lastModified) The UTC time string indicating the last time the event mapping was updated.GetEventSourceMappingResult.withLastProcessingResult
(String lastProcessingResult) The result of the last AWS Lambda invocation of your Lambda function.The state of the event source mapping.GetEventSourceMappingResult.withStateTransitionReason
(String stateTransitionReason) The reason the event source mapping is in its current state.The AWS Lambda assigned opaque identifier for the mapping.