Uses of Class
com.amazonaws.services.lambda.model.GetFunctionResult
Packages that use GetFunctionResult
-
Uses of GetFunctionResult in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda that return GetFunctionResultModifier 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.Methods in com.amazonaws.services.lambda that return types with arguments of type GetFunctionResultModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.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 GetFunctionResultModifier 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 GetFunctionResult in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return GetFunctionResultModifier and TypeMethodDescriptionGetFunctionResult.clone()
GetFunctionResult.withCode
(FunctionCodeLocation code) GetFunctionResult.withConfiguration
(FunctionConfiguration configuration)