Package | Description |
---|---|
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
Modifier and Type | Field and Description |
---|---|
private FunctionConfiguration |
GetFunctionResult.configuration |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<FunctionConfiguration> |
ListFunctionsResult.functions
A list of Lambda functions.
|
private SdkInternalList<FunctionConfiguration> |
ListVersionsByFunctionResult.versions
A list of Lambda function versions.
|
Modifier and Type | Method and Description |
---|---|
FunctionConfiguration |
FunctionConfiguration.clone() |
FunctionConfiguration |
GetFunctionResult.getConfiguration() |
FunctionConfiguration |
FunctionConfiguration.withCodeSha256(java.lang.String codeSha256)
It is the SHA256 hash of your function deployment package.
|
FunctionConfiguration |
FunctionConfiguration.withCodeSize(java.lang.Long codeSize)
The size, in bytes, of the function .zip file you uploaded.
|
FunctionConfiguration |
FunctionConfiguration.withDescription(java.lang.String description)
The user-provided description.
|
FunctionConfiguration |
FunctionConfiguration.withFunctionArn(java.lang.String functionArn)
The Amazon Resource Name (ARN) assigned to the function.
|
FunctionConfiguration |
FunctionConfiguration.withFunctionName(java.lang.String functionName)
The name of the function.
|
FunctionConfiguration |
FunctionConfiguration.withHandler(java.lang.String handler)
The function Lambda calls to begin executing your function.
|
FunctionConfiguration |
FunctionConfiguration.withLastModified(java.lang.String lastModified)
The time stamp of the last time you updated the function.
|
FunctionConfiguration |
FunctionConfiguration.withMemorySize(java.lang.Integer memorySize)
The memory size, in MB, you configured for the function.
|
FunctionConfiguration |
FunctionConfiguration.withRole(java.lang.String role)
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when
it executes your function to access any other Amazon Web Services (AWS)
resources.
|
FunctionConfiguration |
FunctionConfiguration.withRuntime(Runtime runtime)
The runtime environment for the Lambda function.
|
FunctionConfiguration |
FunctionConfiguration.withRuntime(java.lang.String runtime)
The runtime environment for the Lambda function.
|
FunctionConfiguration |
FunctionConfiguration.withTimeout(java.lang.Integer timeout)
The function execution time at which Lambda should terminate the
function.
|
FunctionConfiguration |
FunctionConfiguration.withVersion(java.lang.String version)
The version of the Lambda function.
|
FunctionConfiguration |
FunctionConfiguration.withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FunctionConfiguration> |
ListFunctionsResult.getFunctions()
A list of Lambda functions.
|
java.util.List<FunctionConfiguration> |
ListVersionsByFunctionResult.getVersions()
A list of Lambda function versions.
|
Modifier and Type | Method and Description |
---|---|
void |
GetFunctionResult.setConfiguration(FunctionConfiguration configuration) |
GetFunctionResult |
GetFunctionResult.withConfiguration(FunctionConfiguration configuration) |
ListFunctionsResult |
ListFunctionsResult.withFunctions(FunctionConfiguration... functions)
A list of Lambda functions.
|
ListVersionsByFunctionResult |
ListVersionsByFunctionResult.withVersions(FunctionConfiguration... versions)
A list of Lambda function versions.
|
Modifier and Type | Method and Description |
---|---|
void |
ListFunctionsResult.setFunctions(java.util.Collection<FunctionConfiguration> functions)
A list of Lambda functions.
|
void |
ListVersionsByFunctionResult.setVersions(java.util.Collection<FunctionConfiguration> versions)
A list of Lambda function versions.
|
ListFunctionsResult |
ListFunctionsResult.withFunctions(java.util.Collection<FunctionConfiguration> functions)
A list of Lambda functions.
|
ListVersionsByFunctionResult |
ListVersionsByFunctionResult.withVersions(java.util.Collection<FunctionConfiguration> versions)
A list of Lambda function versions.
|
Modifier and Type | Method and Description |
---|---|
FunctionConfiguration |
FunctionConfigurationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
FunctionConfigurationJsonMarshaller.marshall(FunctionConfiguration functionConfiguration,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|