Uses of Class
com.amazonaws.services.lambda.model.CreateFunctionResult
Packages that use CreateFunctionResult
-
Uses of CreateFunctionResult in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda that return CreateFunctionResultModifier and TypeMethodDescriptionAbstractAWSLambda.createFunction
(CreateFunctionRequest request) AWSLambda.createFunction
(CreateFunctionRequest createFunctionRequest) Creates a new Lambda function.AWSLambdaClient.createFunction
(CreateFunctionRequest createFunctionRequest) Creates a new Lambda function.Methods in com.amazonaws.services.lambda that return types with arguments of type CreateFunctionResultModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.createFunctionAsync
(CreateFunctionRequest request) AbstractAWSLambdaAsync.createFunctionAsync
(CreateFunctionRequest request, AsyncHandler<CreateFunctionRequest, CreateFunctionResult> asyncHandler) AWSLambdaAsync.createFunctionAsync
(CreateFunctionRequest createFunctionRequest) Creates a new Lambda function.AWSLambdaAsync.createFunctionAsync
(CreateFunctionRequest createFunctionRequest, AsyncHandler<CreateFunctionRequest, CreateFunctionResult> asyncHandler) Creates a new Lambda function.AWSLambdaAsyncClient.createFunctionAsync
(CreateFunctionRequest request) AWSLambdaAsyncClient.createFunctionAsync
(CreateFunctionRequest request, AsyncHandler<CreateFunctionRequest, CreateFunctionResult> asyncHandler) Method parameters in com.amazonaws.services.lambda with type arguments of type CreateFunctionResultModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.createFunctionAsync
(CreateFunctionRequest request, AsyncHandler<CreateFunctionRequest, CreateFunctionResult> asyncHandler) AWSLambdaAsync.createFunctionAsync
(CreateFunctionRequest createFunctionRequest, AsyncHandler<CreateFunctionRequest, CreateFunctionResult> asyncHandler) Creates a new Lambda function.AWSLambdaAsyncClient.createFunctionAsync
(CreateFunctionRequest request, AsyncHandler<CreateFunctionRequest, CreateFunctionResult> asyncHandler) -
Uses of CreateFunctionResult in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return CreateFunctionResultModifier and TypeMethodDescriptionCreateFunctionResult.clone()
CreateFunctionResult.withCodeSha256
(String codeSha256) It is the SHA256 hash of your function deployment package.CreateFunctionResult.withCodeSize
(Long codeSize) The size, in bytes, of the function .zip file you uploaded.CreateFunctionResult.withDescription
(String description) The user-provided description.CreateFunctionResult.withFunctionArn
(String functionArn) The Amazon Resource Name (ARN) assigned to the function.CreateFunctionResult.withFunctionName
(String functionName) The name of the function.CreateFunctionResult.withHandler
(String handler) The function Lambda calls to begin executing your function.CreateFunctionResult.withLastModified
(String lastModified) The time stamp of the last time you updated the function.CreateFunctionResult.withMemorySize
(Integer memorySize) The memory size, in MB, you configured for the function.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.withRuntime
(Runtime runtime) The runtime environment for the Lambda function.CreateFunctionResult.withRuntime
(String runtime) The runtime environment for the Lambda function.CreateFunctionResult.withTimeout
(Integer timeout) The function execution time at which Lambda should terminate the function.CreateFunctionResult.withVersion
(String version) The version of the Lambda function.CreateFunctionResult.withVpcConfig
(VpcConfigResponse vpcConfig) VPC configuration associated with your Lambda function.