| Package | Description | 
|---|---|
| software.amazon.awssdk.services.lambda | 
 | 
| software.amazon.awssdk.services.lambda.model | |
| software.amazon.awssdk.services.lambda.waiters | 
| Modifier and Type | Method and Description | 
|---|---|
default GetFunctionResponse | 
LambdaClient.getFunction(Consumer<GetFunctionRequest.Builder> getFunctionRequest)
 Returns information about the function or function version, with a link to download the deployment package that's
 valid for 10 minutes. 
 | 
default CompletableFuture<GetFunctionResponse> | 
LambdaAsyncClient.getFunction(Consumer<GetFunctionRequest.Builder> getFunctionRequest)
 Returns information about the function or function version, with a link to download the deployment package that's
 valid for 10 minutes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static GetFunctionRequest.Builder | 
GetFunctionRequest.builder()  | 
GetFunctionRequest.Builder | 
GetFunctionRequest.Builder.functionName(String functionName)
 The name of the Lambda function, version, or alias. 
 | 
GetFunctionRequest.Builder | 
GetFunctionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)  | 
GetFunctionRequest.Builder | 
GetFunctionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)  | 
GetFunctionRequest.Builder | 
GetFunctionRequest.Builder.qualifier(String qualifier)
 Specify a version or alias to get details about a published version of the function. 
 | 
GetFunctionRequest.Builder | 
GetFunctionRequest.toBuilder()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Class<? extends GetFunctionRequest.Builder> | 
GetFunctionRequest.serializableBuilderClass()  | 
Copyright © 2022. All rights reserved.