| Package | Description | 
|---|---|
| com.amazonaws.services.lambda | 
 | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
CreateFunctionResult | 
AWSLambdaClient.createFunction(CreateFunctionRequest request)
 Creates a Lambda function. 
 | 
CreateFunctionResult | 
AbstractAWSLambda.createFunction(CreateFunctionRequest request)  | 
CreateFunctionResult | 
AWSLambda.createFunction(CreateFunctionRequest createFunctionRequest)
 Creates a Lambda function. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreateFunctionResult> | 
AWSLambdaAsync.createFunctionAsync(CreateFunctionRequest createFunctionRequest,
                   AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler)
 Creates a Lambda function. 
 | 
Future<CreateFunctionResult> | 
AWSLambdaAsyncClient.createFunctionAsync(CreateFunctionRequest request,
                   AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler)  | 
Future<CreateFunctionResult> | 
AbstractAWSLambdaAsync.createFunctionAsync(CreateFunctionRequest request,
                   AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateFunctionResult | 
CreateFunctionResult.clone()  | 
CreateFunctionResult | 
CreateFunctionResult.withCodeSha256(String codeSha256)
 The SHA256 hash of the function's deployment package. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withCodeSize(Long codeSize)
 The size of the function's deployment package, in bytes. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withDeadLetterConfig(DeadLetterConfig deadLetterConfig)
 The function's dead letter queue. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withDescription(String description)
 The function's description. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withEnvironment(EnvironmentResponse environment)
 The function's environment variables. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withFunctionArn(String functionArn)
 The function's Amazon Resource Name (ARN). 
 | 
CreateFunctionResult | 
CreateFunctionResult.withFunctionName(String functionName)
 The name of the function. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withHandler(String handler)
 The function that Lambda calls to begin executing your function. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withKMSKeyArn(String kMSKeyArn)
 The KMS key that's used to encrypt the function's environment variables. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withLastModified(String lastModified)
 The date and time that the function was last updated, in ISO-8601
 format (YYYY-MM-DDThh:mm:ss.sTZD). 
 | 
CreateFunctionResult | 
CreateFunctionResult.withLayers(Collection<Layer> layers)
 The function's  layers. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withLayers(Layer... layers)
 The function's  layers. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withMasterArn(String masterArn)
 For Lambda@Edge functions, the ARN of the master function. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withMemorySize(Integer memorySize)
 The memory that's allocated to the function. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withRevisionId(String revisionId)
 The latest updated revision of the function or alias. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withRole(String role)
 The function's execution role. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withRuntime(Runtime runtime)
 The runtime environment for the Lambda function. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withRuntime(String runtime)
 The runtime environment for the Lambda function. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withTimeout(Integer timeout)
 The amount of time that Lambda allows a function to run before stopping it. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withTracingConfig(TracingConfigResponse tracingConfig)
 The function's AWS X-Ray tracing configuration. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withVersion(String version)
 The version of the Lambda function. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withVpcConfig(VpcConfigResponse vpcConfig)
 The function's networking configuration. 
 | 
Copyright © 2019. All rights reserved.