| Package | Description | 
|---|---|
| software.amazon.awssdk.services.lambda |  | 
| software.amazon.awssdk.services.lambda.transform | 
| Modifier and Type | Method and Description | 
|---|---|
| default GetFunctionResponse | LambdaClient. 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. | 
| default CompletableFuture<GetFunctionResponse> | LambdaAsyncClient. 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Request<GetFunctionRequest> | GetFunctionRequestMarshaller. marshall(GetFunctionRequest getFunctionRequest) | 
| Modifier and Type | Method and Description | 
|---|---|
| Request<GetFunctionRequest> | GetFunctionRequestMarshaller. marshall(GetFunctionRequest getFunctionRequest) | 
| void | GetFunctionRequestModelMarshaller. marshall(GetFunctionRequest getFunctionRequest,
        ProtocolMarshaller protocolMarshaller)Marshall the given parameter object | 
Copyright © 2018. All rights reserved.