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 |
---|---|
GetEventSourceMappingResult |
AWSLambda.getEventSourceMapping(GetEventSourceMappingRequest getEventSourceMappingRequest)
Returns configuration information for the specified event source
mapping (see CreateEventSourceMapping).
|
GetEventSourceMappingResult |
AWSLambdaClient.getEventSourceMapping(GetEventSourceMappingRequest getEventSourceMappingRequest)
Returns configuration information for the specified event source
mapping (see CreateEventSourceMapping).
|
Future<GetEventSourceMappingResult> |
AWSLambdaAsyncClient.getEventSourceMappingAsync(GetEventSourceMappingRequest getEventSourceMappingRequest)
Returns configuration information for the specified event source
mapping (see CreateEventSourceMapping).
|
Future<GetEventSourceMappingResult> |
AWSLambdaAsync.getEventSourceMappingAsync(GetEventSourceMappingRequest getEventSourceMappingRequest)
Returns configuration information for the specified event source
mapping (see CreateEventSourceMapping).
|
Future<GetEventSourceMappingResult> |
AWSLambdaAsyncClient.getEventSourceMappingAsync(GetEventSourceMappingRequest getEventSourceMappingRequest,
AsyncHandler<GetEventSourceMappingRequest,GetEventSourceMappingResult> asyncHandler)
Returns configuration information for the specified event source
mapping (see CreateEventSourceMapping).
|
Future<GetEventSourceMappingResult> |
AWSLambdaAsync.getEventSourceMappingAsync(GetEventSourceMappingRequest getEventSourceMappingRequest,
AsyncHandler<GetEventSourceMappingRequest,GetEventSourceMappingResult> asyncHandler)
Returns configuration information for the specified event source
mapping (see CreateEventSourceMapping).
|
Modifier and Type | Method and Description |
---|---|
Future<GetEventSourceMappingResult> |
AWSLambdaAsyncClient.getEventSourceMappingAsync(GetEventSourceMappingRequest getEventSourceMappingRequest,
AsyncHandler<GetEventSourceMappingRequest,GetEventSourceMappingResult> asyncHandler)
Returns configuration information for the specified event source
mapping (see CreateEventSourceMapping).
|
Future<GetEventSourceMappingResult> |
AWSLambdaAsync.getEventSourceMappingAsync(GetEventSourceMappingRequest getEventSourceMappingRequest,
AsyncHandler<GetEventSourceMappingRequest,GetEventSourceMappingResult> asyncHandler)
Returns configuration information for the specified event source
mapping (see CreateEventSourceMapping).
|
Modifier and Type | Method and Description |
---|---|
GetEventSourceMappingRequest |
GetEventSourceMappingRequest.clone() |
GetEventSourceMappingRequest |
GetEventSourceMappingRequest.withUUID(String uUID)
The AWS Lambda assigned ID of the event source mapping.
|
Copyright © 2015. All rights reserved.