Package | Description |
---|---|
com.amazonaws.services.lambda |
Synchronous and asynchronous client classes for accessing AWSLambda.
|
com.amazonaws.services.lambda.model |
Classes modeling the various types represented by AWSLambda.
|
Modifier and Type | Method and Description |
---|---|
AddEventSourceResult |
AWSLambda.addEventSource(AddEventSourceRequest addEventSourceRequest)
Identifies a stream as an event source for an AWS Lambda function.
|
AddEventSourceResult |
AWSLambdaClient.addEventSource(AddEventSourceRequest addEventSourceRequest)
Identifies a stream as an event source for an AWS Lambda function.
|
Future<AddEventSourceResult> |
AWSLambdaAsyncClient.addEventSourceAsync(AddEventSourceRequest addEventSourceRequest)
Identifies a stream as an event source for an AWS Lambda function.
|
Future<AddEventSourceResult> |
AWSLambdaAsync.addEventSourceAsync(AddEventSourceRequest addEventSourceRequest)
Identifies a stream as an event source for an AWS Lambda function.
|
Future<AddEventSourceResult> |
AWSLambdaAsyncClient.addEventSourceAsync(AddEventSourceRequest addEventSourceRequest,
AsyncHandler<AddEventSourceRequest,AddEventSourceResult> asyncHandler)
Identifies a stream as an event source for an AWS Lambda function.
|
Future<AddEventSourceResult> |
AWSLambdaAsync.addEventSourceAsync(AddEventSourceRequest addEventSourceRequest,
AsyncHandler<AddEventSourceRequest,AddEventSourceResult> asyncHandler)
Identifies a stream as an event source for an AWS Lambda function.
|
Modifier and Type | Method and Description |
---|---|
Future<AddEventSourceResult> |
AWSLambdaAsyncClient.addEventSourceAsync(AddEventSourceRequest addEventSourceRequest,
AsyncHandler<AddEventSourceRequest,AddEventSourceResult> asyncHandler)
Identifies a stream as an event source for an AWS Lambda function.
|
Future<AddEventSourceResult> |
AWSLambdaAsync.addEventSourceAsync(AddEventSourceRequest addEventSourceRequest,
AsyncHandler<AddEventSourceRequest,AddEventSourceResult> asyncHandler)
Identifies a stream as an event source for an AWS Lambda function.
|
Modifier and Type | Method and Description |
---|---|
AddEventSourceRequest |
AddEventSourceRequest.addParametersEntry(String key,
String value)
A map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
|
AddEventSourceRequest |
AddEventSourceRequest.clearParametersEntries()
Removes all the entries added into Parameters.
|
AddEventSourceRequest |
AddEventSourceRequest.withBatchSize(Integer batchSize)
The largest number of records that AWS Lambda will give to your
function in a single event.
|
AddEventSourceRequest |
AddEventSourceRequest.withEventSource(String eventSource)
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is
the event source.
|
AddEventSourceRequest |
AddEventSourceRequest.withFunctionName(String functionName)
The Lambda function to invoke when AWS Lambda detects an event on the
stream.
|
AddEventSourceRequest |
AddEventSourceRequest.withParameters(Map<String,String> parameters)
A map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
|
AddEventSourceRequest |
AddEventSourceRequest.withRole(String role)
The ARN of the IAM role (invocation role) that AWS Lambda can assume
to read from the stream and invoke the function.
|
Copyright © 2015. All rights reserved.