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