Package | Description |
---|---|
com.amazonaws.services.lambda | |
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateFunctionResult |
AbstractAWSLambda.createFunction(CreateFunctionRequest request) |
CreateFunctionResult |
AWSLambdaClient.createFunction(CreateFunctionRequest createFunctionRequest)
Creates a new Lambda function.
|
CreateFunctionResult |
AWSLambda.createFunction(CreateFunctionRequest createFunctionRequest)
Creates a new Lambda function.
|
java.util.concurrent.Future<CreateFunctionResult> |
AbstractAWSLambdaAsync.createFunctionAsync(CreateFunctionRequest request) |
java.util.concurrent.Future<CreateFunctionResult> |
AWSLambdaAsyncClient.createFunctionAsync(CreateFunctionRequest request) |
java.util.concurrent.Future<CreateFunctionResult> |
AWSLambdaAsync.createFunctionAsync(CreateFunctionRequest createFunctionRequest)
Creates a new Lambda function.
|
java.util.concurrent.Future<CreateFunctionResult> |
AbstractAWSLambdaAsync.createFunctionAsync(CreateFunctionRequest request,
AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler) |
java.util.concurrent.Future<CreateFunctionResult> |
AWSLambdaAsyncClient.createFunctionAsync(CreateFunctionRequest request,
AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler) |
java.util.concurrent.Future<CreateFunctionResult> |
AWSLambdaAsync.createFunctionAsync(CreateFunctionRequest createFunctionRequest,
AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler)
Creates a new Lambda function.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateFunctionResult> |
AbstractAWSLambdaAsync.createFunctionAsync(CreateFunctionRequest request,
AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler) |
java.util.concurrent.Future<CreateFunctionResult> |
AWSLambdaAsyncClient.createFunctionAsync(CreateFunctionRequest request,
AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler) |
java.util.concurrent.Future<CreateFunctionResult> |
AWSLambdaAsync.createFunctionAsync(CreateFunctionRequest createFunctionRequest,
AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler)
Creates a new Lambda function.
|
Modifier and Type | Method and Description |
---|---|
CreateFunctionRequest |
CreateFunctionRequest.clone() |
CreateFunctionRequest |
CreateFunctionRequest.withCode(FunctionCode code)
The code for the Lambda function.
|
CreateFunctionRequest |
CreateFunctionRequest.withDescription(java.lang.String description)
A short, user-defined function description.
|
CreateFunctionRequest |
CreateFunctionRequest.withFunctionName(java.lang.String functionName)
The name you want to assign to the function you are uploading.
|
CreateFunctionRequest |
CreateFunctionRequest.withHandler(java.lang.String handler)
The function within your code that Lambda calls to begin execution.
|
CreateFunctionRequest |
CreateFunctionRequest.withMemorySize(java.lang.Integer memorySize)
The amount of memory, in MB, your Lambda function is given.
|
CreateFunctionRequest |
CreateFunctionRequest.withPublish(java.lang.Boolean publish)
This boolean parameter can be used to request AWS Lambda to create the
Lambda function and publish a version as an atomic operation.
|
CreateFunctionRequest |
CreateFunctionRequest.withRole(java.lang.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.
|
CreateFunctionRequest |
CreateFunctionRequest.withRuntime(Runtime runtime)
The runtime environment for the Lambda function you are uploading.
|
CreateFunctionRequest |
CreateFunctionRequest.withRuntime(java.lang.String runtime)
The runtime environment for the Lambda function you are uploading.
|
CreateFunctionRequest |
CreateFunctionRequest.withTimeout(java.lang.Integer timeout)
The function execution time at which Lambda should terminate the
function.
|
CreateFunctionRequest |
CreateFunctionRequest.withVpcConfig(VpcConfig vpcConfig)
If your Lambda function accesses resources in a VPC, you provide this
parameter identifying the list of security group IDs and subnet IDs.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateFunctionRequest> |
CreateFunctionRequestMarshaller.marshall(CreateFunctionRequest createFunctionRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateFunctionRequest> |
CreateFunctionRequestMarshaller.marshall(CreateFunctionRequest createFunctionRequest) |