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