Uses of Class
com.amazonaws.services.lambda.model.GetFunctionRequest
-
Packages that use GetFunctionRequest Package Description com.amazonaws.services.lambda com.amazonaws.services.lambda.model -
-
Uses of GetFunctionRequest in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda with parameters of type GetFunctionRequest Modifier and Type Method Description GetFunctionResult
AbstractAWSLambda. getFunction(GetFunctionRequest request)
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.Future<GetFunctionResult>
AbstractAWSLambdaAsync. getFunctionAsync(GetFunctionRequest request)
Future<GetFunctionResult>
AbstractAWSLambdaAsync. getFunctionAsync(GetFunctionRequest request, AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler)
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>
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.Future<GetFunctionResult>
AWSLambdaAsyncClient. getFunctionAsync(GetFunctionRequest request)
Future<GetFunctionResult>
AWSLambdaAsyncClient. getFunctionAsync(GetFunctionRequest request, AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler)
Method parameters in com.amazonaws.services.lambda with type arguments of type GetFunctionRequest Modifier and Type Method Description Future<GetFunctionResult>
AbstractAWSLambdaAsync. getFunctionAsync(GetFunctionRequest request, AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler)
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.Future<GetFunctionResult>
AWSLambdaAsyncClient. getFunctionAsync(GetFunctionRequest request, AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler)
-
Uses of GetFunctionRequest in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return GetFunctionRequest Modifier and Type Method Description GetFunctionRequest
GetFunctionRequest. clone()
GetFunctionRequest
GetFunctionRequest. withFunctionName(String functionName)
The Lambda function name.GetFunctionRequest
GetFunctionRequest. withQualifier(String qualifier)
Using this optional parameter to specify a function version or an alias name.
-