Package | Description |
---|---|
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
Modifier and Type | Field and Description |
---|---|
private FunctionCodeLocation |
GetFunctionResult.code |
Modifier and Type | Method and Description |
---|---|
FunctionCodeLocation |
FunctionCodeLocation.clone() |
FunctionCodeLocation |
GetFunctionResult.getCode() |
FunctionCodeLocation |
FunctionCodeLocation.withLocation(java.lang.String location)
The presigned URL you can use to download the function's .zip file that
you previously uploaded.
|
FunctionCodeLocation |
FunctionCodeLocation.withRepositoryType(java.lang.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 |
FunctionCodeLocationJsonMarshaller.marshall(FunctionCodeLocation functionCodeLocation,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|