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 |
---|---|
GetFunctionResult |
AWSLambda.getFunction(GetFunctionRequest getFunctionRequest)
Returns the configuration information of the Lambda function and a
presigned URL link to the .zip file you uploaded with CreateFunction
so you can download the .zip file.
|
GetFunctionResult |
AWSLambdaClient.getFunction(GetFunctionRequest getFunctionRequest)
Returns the configuration information of the Lambda function and a
presigned URL link to the .zip file you uploaded with CreateFunction
so you can download the .zip file.
|
Modifier and Type | Method and Description |
---|---|
Future<GetFunctionResult> |
AWSLambdaAsyncClient.getFunctionAsync(GetFunctionRequest getFunctionRequest)
Returns the configuration information of the Lambda function and a
presigned URL link to the .zip file you uploaded with CreateFunction
so you can download the .zip file.
|
Future<GetFunctionResult> |
AWSLambdaAsync.getFunctionAsync(GetFunctionRequest getFunctionRequest)
Returns the configuration information of the Lambda function and a
presigned URL link to the .zip file you uploaded with CreateFunction
so you can download the .zip file.
|
Future<GetFunctionResult> |
AWSLambdaAsyncClient.getFunctionAsync(GetFunctionRequest getFunctionRequest,
AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler)
Returns the configuration information of the Lambda function and a
presigned URL link to the .zip file you uploaded with CreateFunction
so you can download the .zip file.
|
Future<GetFunctionResult> |
AWSLambdaAsync.getFunctionAsync(GetFunctionRequest getFunctionRequest,
AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler)
Returns the configuration information of the Lambda function and a
presigned URL link to the .zip file you uploaded with CreateFunction
so you can download the .zip file.
|
Modifier and Type | Method and Description |
---|---|
Future<GetFunctionResult> |
AWSLambdaAsyncClient.getFunctionAsync(GetFunctionRequest getFunctionRequest,
AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler)
Returns the configuration information of the Lambda function and a
presigned URL link to the .zip file you uploaded with CreateFunction
so you can download the .zip file.
|
Future<GetFunctionResult> |
AWSLambdaAsync.getFunctionAsync(GetFunctionRequest getFunctionRequest,
AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler)
Returns the configuration information of the Lambda function and a
presigned URL link to the .zip file you uploaded with CreateFunction
so you can download the .zip file.
|
Modifier and Type | Method and Description |
---|---|
GetFunctionResult |
GetFunctionResult.clone() |
GetFunctionResult |
GetFunctionResult.withCode(FunctionCodeLocation code)
The object for the Lambda function location.
|
GetFunctionResult |
GetFunctionResult.withConfiguration(FunctionConfiguration configuration)
A complex type that describes function metadata.
|
Copyright © 2015. All rights reserved.