Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
Future<GetEventSourceMappingResult> |
AbstractAWSLambdaAsync.getEventSourceMappingAsync(GetEventSourceMappingRequest request,
AsyncHandler<GetEventSourceMappingRequest,GetEventSourceMappingResult> asyncHandler) |
Future<GetEventSourceMappingResult> |
AWSLambdaAsync.getEventSourceMappingAsync(GetEventSourceMappingRequest getEventSourceMappingRequest,
AsyncHandler<GetEventSourceMappingRequest,GetEventSourceMappingResult> asyncHandler)
Returns details about an event source mapping.
|
Future<GetEventSourceMappingResult> |
AWSLambdaAsyncClient.getEventSourceMappingAsync(GetEventSourceMappingRequest request,
AsyncHandler<GetEventSourceMappingRequest,GetEventSourceMappingResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetEventSourceMappingRequest |
GetEventSourceMappingRequest.clone() |
GetEventSourceMappingRequest |
GetEventSourceMappingRequest.withUUID(String uUID)
The identifier of the event source mapping.
|
Copyright © 2022. All rights reserved.