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 |
---|---|
Future<DeleteEventSourceMappingResult> |
AWSLambdaAsyncClient.deleteEventSourceMappingAsync(DeleteEventSourceMappingRequest deleteEventSourceMappingRequest,
AsyncHandler<DeleteEventSourceMappingRequest,DeleteEventSourceMappingResult> asyncHandler)
Removes an event source mapping.
|
Future<DeleteEventSourceMappingResult> |
AWSLambdaAsync.deleteEventSourceMappingAsync(DeleteEventSourceMappingRequest deleteEventSourceMappingRequest,
AsyncHandler<DeleteEventSourceMappingRequest,DeleteEventSourceMappingResult> asyncHandler)
Removes an event source mapping.
|
Modifier and Type | Method and Description |
---|---|
DeleteEventSourceMappingRequest |
DeleteEventSourceMappingRequest.clone() |
DeleteEventSourceMappingRequest |
DeleteEventSourceMappingRequest.withUUID(String uUID)
The event source mapping ID.
|
Copyright © 2015. All rights reserved.