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.deleteFunction(DeleteFunctionRequest deleteFunctionRequest)
Deletes the specified Lambda function code and configuration.
|
void |
AWSLambdaClient.deleteFunction(DeleteFunctionRequest deleteFunctionRequest)
Deletes the specified Lambda function code and configuration.
|
Future<Void> |
AWSLambdaAsyncClient.deleteFunctionAsync(DeleteFunctionRequest deleteFunctionRequest)
Deletes the specified Lambda function code and configuration.
|
Future<Void> |
AWSLambdaAsync.deleteFunctionAsync(DeleteFunctionRequest deleteFunctionRequest)
Deletes the specified Lambda function code and configuration.
|
Future<Void> |
AWSLambdaAsyncClient.deleteFunctionAsync(DeleteFunctionRequest deleteFunctionRequest,
AsyncHandler<DeleteFunctionRequest,Void> asyncHandler)
Deletes the specified Lambda function code and configuration.
|
Future<Void> |
AWSLambdaAsync.deleteFunctionAsync(DeleteFunctionRequest deleteFunctionRequest,
AsyncHandler<DeleteFunctionRequest,Void> asyncHandler)
Deletes the specified Lambda function code and configuration.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AWSLambdaAsyncClient.deleteFunctionAsync(DeleteFunctionRequest deleteFunctionRequest,
AsyncHandler<DeleteFunctionRequest,Void> asyncHandler)
Deletes the specified Lambda function code and configuration.
|
Future<Void> |
AWSLambdaAsync.deleteFunctionAsync(DeleteFunctionRequest deleteFunctionRequest,
AsyncHandler<DeleteFunctionRequest,Void> asyncHandler)
Deletes the specified Lambda function code and configuration.
|
Modifier and Type | Method and Description |
---|---|
DeleteFunctionRequest |
DeleteFunctionRequest.clone() |
DeleteFunctionRequest |
DeleteFunctionRequest.withFunctionName(String functionName)
The Lambda function to delete.
|
DeleteFunctionRequest |
DeleteFunctionRequest.withQualifier(String qualifier)
Using this optional parameter you can specify a function version (but
not the $LATEST version) to direct AWS Lambda to delete a specific
function version.
|
Copyright © 2016. All rights reserved.