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