Uses of Class
com.amazonaws.services.lambda.model.FunctionConfiguration
Packages that use FunctionConfiguration
-
Uses of FunctionConfiguration in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return FunctionConfigurationModifier and TypeMethodDescriptionFunctionConfiguration.clone()
GetFunctionResult.getConfiguration()
FunctionConfiguration.withCodeSha256
(String codeSha256) It is the SHA256 hash of your function deployment package.FunctionConfiguration.withCodeSize
(Long codeSize) The size, in bytes, of the function .zip file you uploaded.FunctionConfiguration.withDescription
(String description) The user-provided description.FunctionConfiguration.withFunctionArn
(String functionArn) The Amazon Resource Name (ARN) assigned to the function.FunctionConfiguration.withFunctionName
(String functionName) The name of the function.FunctionConfiguration.withHandler
(String handler) The function Lambda calls to begin executing your function.FunctionConfiguration.withLastModified
(String lastModified) The time stamp of the last time you updated the function.FunctionConfiguration.withMemorySize
(Integer memorySize) The memory size, in MB, you configured for the function.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.withRuntime
(Runtime runtime) The runtime environment for the Lambda function.FunctionConfiguration.withRuntime
(String runtime) The runtime environment for the Lambda function.FunctionConfiguration.withTimeout
(Integer timeout) The function execution time at which Lambda should terminate the function.FunctionConfiguration.withVersion
(String version) The version of the Lambda function.FunctionConfiguration.withVpcConfig
(VpcConfigResponse vpcConfig) VPC configuration associated with your Lambda function.Methods in com.amazonaws.services.lambda.model that return types with arguments of type FunctionConfigurationModifier and TypeMethodDescriptionListFunctionsResult.getFunctions()
A list of Lambda functions.ListVersionsByFunctionResult.getVersions()
A list of Lambda function versions.Methods in com.amazonaws.services.lambda.model with parameters of type FunctionConfigurationModifier and TypeMethodDescriptionvoid
GetFunctionResult.setConfiguration
(FunctionConfiguration configuration) GetFunctionResult.withConfiguration
(FunctionConfiguration configuration) ListFunctionsResult.withFunctions
(FunctionConfiguration... functions) A list of Lambda functions.ListVersionsByFunctionResult.withVersions
(FunctionConfiguration... versions) A list of Lambda function versions.Method parameters in com.amazonaws.services.lambda.model with type arguments of type FunctionConfigurationModifier and TypeMethodDescriptionvoid
ListFunctionsResult.setFunctions
(Collection<FunctionConfiguration> functions) A list of Lambda functions.void
ListVersionsByFunctionResult.setVersions
(Collection<FunctionConfiguration> versions) A list of Lambda function versions.ListFunctionsResult.withFunctions
(Collection<FunctionConfiguration> functions) A list of Lambda functions.ListVersionsByFunctionResult.withVersions
(Collection<FunctionConfiguration> versions) A list of Lambda function versions.