Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
FunctionCodeLocation |
FunctionCodeLocation.clone() |
FunctionCodeLocation |
GetFunctionResult.getCode()
The deployment package of the function or version.
|
FunctionCodeLocation |
FunctionCodeLocation.withLocation(String location)
A presigned URL that you can use to download the deployment package.
|
FunctionCodeLocation |
FunctionCodeLocation.withRepositoryType(String repositoryType)
The service that's hosting the file.
|
Modifier and Type | Method and Description |
---|---|
void |
GetFunctionResult.setCode(FunctionCodeLocation code)
The deployment package of the function or version.
|
GetFunctionResult |
GetFunctionResult.withCode(FunctionCodeLocation code)
The deployment package of the function or version.
|
Copyright © 2020. All rights reserved.