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 |
---|---|
UploadFunctionResult |
AWSLambda.uploadFunction(UploadFunctionRequest uploadFunctionRequest)
Creates a new Lambda function or updates an existing function.
|
UploadFunctionResult |
AWSLambdaClient.uploadFunction(UploadFunctionRequest uploadFunctionRequest)
Creates a new Lambda function or updates an existing function.
|
Modifier and Type | Method and Description |
---|---|
Future<UploadFunctionResult> |
AWSLambdaAsyncClient.uploadFunctionAsync(UploadFunctionRequest uploadFunctionRequest)
Creates a new Lambda function or updates an existing function.
|
Future<UploadFunctionResult> |
AWSLambdaAsync.uploadFunctionAsync(UploadFunctionRequest uploadFunctionRequest)
Creates a new Lambda function or updates an existing function.
|
Future<UploadFunctionResult> |
AWSLambdaAsyncClient.uploadFunctionAsync(UploadFunctionRequest uploadFunctionRequest,
AsyncHandler<UploadFunctionRequest,UploadFunctionResult> asyncHandler)
Creates a new Lambda function or updates an existing function.
|
Future<UploadFunctionResult> |
AWSLambdaAsync.uploadFunctionAsync(UploadFunctionRequest uploadFunctionRequest,
AsyncHandler<UploadFunctionRequest,UploadFunctionResult> asyncHandler)
Creates a new Lambda function or updates an existing function.
|
Modifier and Type | Method and Description |
---|---|
Future<UploadFunctionResult> |
AWSLambdaAsyncClient.uploadFunctionAsync(UploadFunctionRequest uploadFunctionRequest,
AsyncHandler<UploadFunctionRequest,UploadFunctionResult> asyncHandler)
Creates a new Lambda function or updates an existing function.
|
Future<UploadFunctionResult> |
AWSLambdaAsync.uploadFunctionAsync(UploadFunctionRequest uploadFunctionRequest,
AsyncHandler<UploadFunctionRequest,UploadFunctionResult> asyncHandler)
Creates a new Lambda function or updates an existing function.
|
Modifier and Type | Method and Description |
---|---|
UploadFunctionResult |
UploadFunctionResult.withCodeSize(Long codeSize)
The size, in bytes, of the function .zip file you uploaded.
|
UploadFunctionResult |
UploadFunctionResult.withConfigurationId(String configurationId)
A Lambda-assigned unique identifier for the current function code and
related configuration.
|
UploadFunctionResult |
UploadFunctionResult.withDescription(String description)
The user-provided description.
|
UploadFunctionResult |
UploadFunctionResult.withFunctionARN(String functionARN)
The Amazon Resource Name (ARN) assigned to the function.
|
UploadFunctionResult |
UploadFunctionResult.withFunctionName(String functionName)
The name of the function.
|
UploadFunctionResult |
UploadFunctionResult.withHandler(String handler)
The function Lambda calls to begin executing your function.
|
UploadFunctionResult |
UploadFunctionResult.withLastModified(String lastModified)
The timestamp of the last time you updated the function.
|
UploadFunctionResult |
UploadFunctionResult.withMemorySize(Integer memorySize)
The memory size, in MB, you configured for the function.
|
UploadFunctionResult |
UploadFunctionResult.withMode(Mode mode)
The type of the Lambda function you uploaded.
|
UploadFunctionResult |
UploadFunctionResult.withMode(String mode)
The type of the Lambda function you uploaded.
|
UploadFunctionResult |
UploadFunctionResult.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.
|
UploadFunctionResult |
UploadFunctionResult.withRuntime(Runtime runtime)
The runtime environment for the Lambda function.
|
UploadFunctionResult |
UploadFunctionResult.withRuntime(String runtime)
The runtime environment for the Lambda function.
|
UploadFunctionResult |
UploadFunctionResult.withTimeout(Integer timeout)
The function execution time at which Lambda should terminate the
function.
|
Copyright © 2014. All rights reserved.