| Package | Description | 
|---|---|
| com.amazonaws.services.lambda | 
 | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
GetFunctionResult | 
AbstractAWSLambda.getFunction(GetFunctionRequest request)  | 
GetFunctionResult | 
AWSLambda.getFunction(GetFunctionRequest getFunctionRequest)
 Returns information about the function or function version, with a link to download the deployment package that's
 valid for 10 minutes. 
 | 
GetFunctionResult | 
AWSLambdaClient.getFunction(GetFunctionRequest request)
 Returns information about the function or function version, with a link to download the deployment package that's
 valid for 10 minutes. 
 | 
Future<GetFunctionResult> | 
AWSLambdaAsync.getFunctionAsync(GetFunctionRequest getFunctionRequest)
 Returns information about the function or function version, with a link to download the deployment package that's
 valid for 10 minutes. 
 | 
Future<GetFunctionResult> | 
AbstractAWSLambdaAsync.getFunctionAsync(GetFunctionRequest request)  | 
Future<GetFunctionResult> | 
AWSLambdaAsyncClient.getFunctionAsync(GetFunctionRequest request)  | 
Future<GetFunctionResult> | 
AWSLambdaAsync.getFunctionAsync(GetFunctionRequest getFunctionRequest,
                AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler)
 Returns information about the function or function version, with a link to download the deployment package that's
 valid for 10 minutes. 
 | 
Future<GetFunctionResult> | 
AbstractAWSLambdaAsync.getFunctionAsync(GetFunctionRequest request,
                AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler)  | 
Future<GetFunctionResult> | 
AWSLambdaAsyncClient.getFunctionAsync(GetFunctionRequest request,
                AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Future<GetFunctionResult> | 
AWSLambdaAsync.getFunctionAsync(GetFunctionRequest getFunctionRequest,
                AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler)
 Returns information about the function or function version, with a link to download the deployment package that's
 valid for 10 minutes. 
 | 
Future<GetFunctionResult> | 
AbstractAWSLambdaAsync.getFunctionAsync(GetFunctionRequest request,
                AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler)  | 
Future<GetFunctionResult> | 
AWSLambdaAsyncClient.getFunctionAsync(GetFunctionRequest request,
                AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
GetFunctionRequest | 
GetFunctionRequest.clone()  | 
GetFunctionRequest | 
GetFunctionRequest.withFunctionName(String functionName)
 The name of the Lambda function, version, or alias. 
 | 
GetFunctionRequest | 
GetFunctionRequest.withQualifier(String qualifier)
 Specify a version or alias to get details about a published version of the function. 
 | 
Copyright © 2019. All rights reserved.