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 an Amazon Kinesis stream as the event source for an AWS
Lambda function.
|
AddEventSourceResult |
AWSLambdaClient.addEventSource(AddEventSourceRequest addEventSourceRequest)
Identifies an Amazon Kinesis stream as the event source for an AWS
Lambda function.
|
Modifier and Type | Method and Description |
---|---|
Future<AddEventSourceResult> |
AWSLambdaAsyncClient.addEventSourceAsync(AddEventSourceRequest addEventSourceRequest)
Identifies an Amazon Kinesis stream as the event source for an AWS
Lambda function.
|
Future<AddEventSourceResult> |
AWSLambdaAsync.addEventSourceAsync(AddEventSourceRequest addEventSourceRequest)
Identifies an Amazon Kinesis stream as the event source for an AWS
Lambda function.
|
Future<AddEventSourceResult> |
AWSLambdaAsyncClient.addEventSourceAsync(AddEventSourceRequest addEventSourceRequest,
AsyncHandler<AddEventSourceRequest,AddEventSourceResult> asyncHandler)
Identifies an Amazon Kinesis stream as the event source for an AWS
Lambda function.
|
Future<AddEventSourceResult> |
AWSLambdaAsync.addEventSourceAsync(AddEventSourceRequest addEventSourceRequest,
AsyncHandler<AddEventSourceRequest,AddEventSourceResult> asyncHandler)
Identifies an Amazon Kinesis stream as the event source for an AWS
Lambda function.
|
Modifier and Type | Method and Description |
---|---|
Future<AddEventSourceResult> |
AWSLambdaAsyncClient.addEventSourceAsync(AddEventSourceRequest addEventSourceRequest,
AsyncHandler<AddEventSourceRequest,AddEventSourceResult> asyncHandler)
Identifies an Amazon Kinesis stream as the event source for an AWS
Lambda function.
|
Future<AddEventSourceResult> |
AWSLambdaAsync.addEventSourceAsync(AddEventSourceRequest addEventSourceRequest,
AsyncHandler<AddEventSourceRequest,AddEventSourceResult> asyncHandler)
Identifies an Amazon Kinesis stream as the event source for an AWS
Lambda function.
|
Modifier and Type | Method and Description |
---|---|
AddEventSourceResult |
AddEventSourceResult.addParametersEntry(String key,
String value)
The map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
|
AddEventSourceResult |
AddEventSourceResult.clearParametersEntries()
Removes all the entries added into Parameters.
|
AddEventSourceResult |
AddEventSourceResult.withBatchSize(Integer batchSize)
The largest number of records that AWS Lambda will POST in the
invocation request to your function.
|
AddEventSourceResult |
AddEventSourceResult.withEventSource(String eventSource)
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is
the source of events.
|
AddEventSourceResult |
AddEventSourceResult.withFunctionName(String functionName)
The Lambda function to invoke when AWS Lambda detects an event on the
stream.
|
AddEventSourceResult |
AddEventSourceResult.withIsActive(Boolean isActive)
Indicates whether the event source mapping is currently honored.
|
AddEventSourceResult |
AddEventSourceResult.withLastModified(String lastModified)
The UTC time string indicating the last time the event mapping was
updated.
|
AddEventSourceResult |
AddEventSourceResult.withParameters(Map<String,String> parameters)
The map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
|
AddEventSourceResult |
AddEventSourceResult.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.
|
AddEventSourceResult |
AddEventSourceResult.withStatus(String status)
The description of the health of the event source mapping.
|
AddEventSourceResult |
AddEventSourceResult.withUUID(String uUID)
The AWS Lambda assigned opaque identifier for the mapping.
|
Copyright © 2014. All rights reserved.