Package | Description |
---|---|
com.amazonaws.services.lambda |
Synchronous and asynchronous client classes for accessing AWSLambda.
|
com.amazonaws.services.lambda.model |
Classes modeling the various types represented by AWSLambda.
|
Modifier and Type | Method and Description |
---|---|
CreateFunctionResult |
AWSLambda.createFunction(CreateFunctionRequest createFunctionRequest)
Creates a new Lambda function.
|
CreateFunctionResult |
AWSLambdaClient.createFunction(CreateFunctionRequest createFunctionRequest)
Creates a new Lambda function.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateFunctionResult> |
AWSLambdaAsyncClient.createFunctionAsync(CreateFunctionRequest createFunctionRequest)
Creates a new Lambda function.
|
Future<CreateFunctionResult> |
AWSLambdaAsync.createFunctionAsync(CreateFunctionRequest createFunctionRequest)
Creates a new Lambda function.
|
Future<CreateFunctionResult> |
AWSLambdaAsyncClient.createFunctionAsync(CreateFunctionRequest createFunctionRequest,
AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler)
Creates a new Lambda function.
|
Future<CreateFunctionResult> |
AWSLambdaAsync.createFunctionAsync(CreateFunctionRequest createFunctionRequest,
AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler)
Creates a new Lambda function.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateFunctionResult> |
AWSLambdaAsyncClient.createFunctionAsync(CreateFunctionRequest createFunctionRequest,
AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler)
Creates a new Lambda function.
|
Future<CreateFunctionResult> |
AWSLambdaAsync.createFunctionAsync(CreateFunctionRequest createFunctionRequest,
AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler)
Creates a new Lambda function.
|
Modifier and Type | Method and Description |
---|---|
CreateFunctionResult |
CreateFunctionResult.clone() |
CreateFunctionResult |
CreateFunctionResult.withCodeSha256(String codeSha256)
It is the SHA256 hash of your function deployment package.
|
CreateFunctionResult |
CreateFunctionResult.withCodeSize(Long codeSize)
The size, in bytes, of the function .zip file you uploaded.
|
CreateFunctionResult |
CreateFunctionResult.withDescription(String description)
The user-provided description.
|
CreateFunctionResult |
CreateFunctionResult.withFunctionArn(String functionArn)
The Amazon Resource Name (ARN) assigned to the function.
|
CreateFunctionResult |
CreateFunctionResult.withFunctionName(String functionName)
The name of the function.
|
CreateFunctionResult |
CreateFunctionResult.withHandler(String handler)
The function Lambda calls to begin executing your function.
|
CreateFunctionResult |
CreateFunctionResult.withLastModified(String lastModified)
The timestamp of the last time you updated the function.
|
CreateFunctionResult |
CreateFunctionResult.withMemorySize(Integer memorySize)
The memory size, in MB, you configured for the function.
|
CreateFunctionResult |
CreateFunctionResult.withRole(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.
|
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 function execution time at which Lambda should terminate the
function.
|
CreateFunctionResult |
CreateFunctionResult.withVersion(String version)
The version of the Lambda function.
|
Copyright © 2016. All rights reserved.