Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
CreateFunctionResult |
AbstractAWSLambda.createFunction(CreateFunctionRequest request) |
CreateFunctionResult |
AWSLambda.createFunction(CreateFunctionRequest createFunctionRequest)
Creates a new Lambda function.
|
CreateFunctionResult |
AWSLambdaClient.createFunction(CreateFunctionRequest request)
Creates a new Lambda function.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateFunctionResult> |
AWSLambdaAsync.createFunctionAsync(CreateFunctionRequest createFunctionRequest,
AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler)
Creates a new Lambda function.
|
Future<CreateFunctionResult> |
AbstractAWSLambdaAsync.createFunctionAsync(CreateFunctionRequest request,
AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler) |
Future<CreateFunctionResult> |
AWSLambdaAsyncClient.createFunctionAsync(CreateFunctionRequest request,
AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler) |
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.withDeadLetterConfig(DeadLetterConfig deadLetterConfig)
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
|
CreateFunctionResult |
CreateFunctionResult.withDescription(String description)
The user-provided description.
|
CreateFunctionResult |
CreateFunctionResult.withEnvironment(EnvironmentResponse environment)
The parent object that contains your environment's configuration settings.
|
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.withKMSKeyArn(String kMSKeyArn)
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
|
CreateFunctionResult |
CreateFunctionResult.withLastModified(String lastModified)
The time stamp of the last time you updated the function.
|
CreateFunctionResult |
CreateFunctionResult.withMasterArn(String masterArn)
Returns the ARN (Amazon Resource Name) of the master function.
|
CreateFunctionResult |
CreateFunctionResult.withMemorySize(Integer memorySize)
The memory size, in MB, you configured for the function.
|
CreateFunctionResult |
CreateFunctionResult.withRevisionId(String revisionId)
Represents the latest updated revision of the function or alias.
|
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.withTracingConfig(TracingConfigResponse tracingConfig)
The parent object that contains your function's tracing settings.
|
CreateFunctionResult |
CreateFunctionResult.withVersion(String version)
The version of the Lambda function.
|
CreateFunctionResult |
CreateFunctionResult.withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
|
Copyright © 2018. All rights reserved.