Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and 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 request)
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> |
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> |
AbstractAWSLambdaAsync.getFunctionAsync(GetFunctionRequest request) |
Future<GetFunctionResult> |
AWSLambdaAsyncClient.getFunctionAsync(GetFunctionRequest request) |
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> |
AbstractAWSLambdaAsync.getFunctionAsync(GetFunctionRequest request,
AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler) |
Future<GetFunctionResult> |
AWSLambdaAsyncClient.getFunctionAsync(GetFunctionRequest request,
AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
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> |
AbstractAWSLambdaAsync.getFunctionAsync(GetFunctionRequest request,
AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler) |
Future<GetFunctionResult> |
AWSLambdaAsyncClient.getFunctionAsync(GetFunctionRequest request,
AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetFunctionResult |
GetFunctionResult.addTagsEntry(String key,
String value) |
GetFunctionResult |
GetFunctionResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetFunctionResult |
GetFunctionResult.clone() |
GetFunctionResult |
GetFunctionResult.withCode(FunctionCodeLocation code) |
GetFunctionResult |
GetFunctionResult.withConcurrency(Concurrency concurrency)
The concurrent execution limit set for this function.
|
GetFunctionResult |
GetFunctionResult.withConfiguration(FunctionConfiguration configuration) |
GetFunctionResult |
GetFunctionResult.withTags(Map<String,String> tags)
Returns the list of tags associated with the function.
|
Copyright © 2018. All rights reserved.