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 |
---|---|
void |
AWSLambda.removeEventSource(RemoveEventSourceRequest removeEventSourceRequest)
Removes an event source mapping.
|
void |
AWSLambdaClient.removeEventSource(RemoveEventSourceRequest removeEventSourceRequest)
Removes an event source mapping.
|
Future<Void> |
AWSLambdaAsyncClient.removeEventSourceAsync(RemoveEventSourceRequest removeEventSourceRequest)
Removes an event source mapping.
|
Future<Void> |
AWSLambdaAsync.removeEventSourceAsync(RemoveEventSourceRequest removeEventSourceRequest)
Removes an event source mapping.
|
Future<Void> |
AWSLambdaAsyncClient.removeEventSourceAsync(RemoveEventSourceRequest removeEventSourceRequest,
AsyncHandler<RemoveEventSourceRequest,Void> asyncHandler)
Removes an event source mapping.
|
Future<Void> |
AWSLambdaAsync.removeEventSourceAsync(RemoveEventSourceRequest removeEventSourceRequest,
AsyncHandler<RemoveEventSourceRequest,Void> asyncHandler)
Removes an event source mapping.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AWSLambdaAsyncClient.removeEventSourceAsync(RemoveEventSourceRequest removeEventSourceRequest,
AsyncHandler<RemoveEventSourceRequest,Void> asyncHandler)
Removes an event source mapping.
|
Future<Void> |
AWSLambdaAsync.removeEventSourceAsync(RemoveEventSourceRequest removeEventSourceRequest,
AsyncHandler<RemoveEventSourceRequest,Void> asyncHandler)
Removes an event source mapping.
|
Modifier and Type | Method and Description |
---|---|
RemoveEventSourceRequest |
RemoveEventSourceRequest.withUUID(String uUID)
The event source mapping ID.
|
Copyright © 2014. All rights reserved.