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).
|
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 |
---|---|
GetEventSourceRequest |
GetEventSourceRequest.withUUID(String uUID)
The AWS Lambda assigned ID of the event source mapping.
|
Copyright © 2014. All rights reserved.