Package | Description |
---|---|
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
Modifier and Type | Method and Description |
---|---|
FunctionCodeLocation |
FunctionCodeLocation.clone() |
FunctionCodeLocation |
GetFunctionResult.getCode() |
FunctionCodeLocation |
FunctionCodeLocation.withLocation(String location)
The presigned URL you can use to download the function's .zip file that you previously uploaded.
|
FunctionCodeLocation |
FunctionCodeLocation.withRepositoryType(String repositoryType)
The repository from which you can download the function.
|
Modifier and Type | Method and Description |
---|---|
void |
GetFunctionResult.setCode(FunctionCodeLocation code) |
GetFunctionResult |
GetFunctionResult.withCode(FunctionCodeLocation code) |
Modifier and Type | Method and Description |
---|---|
FunctionCodeLocation |
FunctionCodeLocationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
FunctionCodeLocationMarshaller.marshall(FunctionCodeLocation functionCodeLocation,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.