| Package | Description | 
|---|---|
| com.amazonaws.services.lambda | 
 | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
PublishVersionResult | 
AbstractAWSLambda.publishVersion(PublishVersionRequest request)  | 
PublishVersionResult | 
AWSLambda.publishVersion(PublishVersionRequest publishVersionRequest)
 Creates a version from the
 current code and configuration of a function. 
 | 
PublishVersionResult | 
AWSLambdaClient.publishVersion(PublishVersionRequest request)
 Creates a version from the
 current code and configuration of a function. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<PublishVersionResult> | 
AWSLambdaAsync.publishVersionAsync(PublishVersionRequest publishVersionRequest,
                   AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler)
 Creates a version from the
 current code and configuration of a function. 
 | 
Future<PublishVersionResult> | 
AbstractAWSLambdaAsync.publishVersionAsync(PublishVersionRequest request,
                   AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler)  | 
Future<PublishVersionResult> | 
AWSLambdaAsyncClient.publishVersionAsync(PublishVersionRequest request,
                   AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
PublishVersionResult | 
PublishVersionResult.clone()  | 
PublishVersionResult | 
PublishVersionResult.withCodeSha256(String codeSha256)
 The SHA256 hash of the function's deployment package. 
 | 
PublishVersionResult | 
PublishVersionResult.withCodeSize(Long codeSize)
 The size of the function's deployment package, in bytes. 
 | 
PublishVersionResult | 
PublishVersionResult.withDeadLetterConfig(DeadLetterConfig deadLetterConfig)
 The function's dead letter queue. 
 | 
PublishVersionResult | 
PublishVersionResult.withDescription(String description)
 The function's description. 
 | 
PublishVersionResult | 
PublishVersionResult.withEnvironment(EnvironmentResponse environment)
 The function's environment variables. 
 | 
PublishVersionResult | 
PublishVersionResult.withFunctionArn(String functionArn)
 The function's Amazon Resource Name (ARN). 
 | 
PublishVersionResult | 
PublishVersionResult.withFunctionName(String functionName)
 The name of the function. 
 | 
PublishVersionResult | 
PublishVersionResult.withHandler(String handler)
 The function that Lambda calls to begin executing your function. 
 | 
PublishVersionResult | 
PublishVersionResult.withKMSKeyArn(String kMSKeyArn)
 The KMS key that's used to encrypt the function's environment variables. 
 | 
PublishVersionResult | 
PublishVersionResult.withLastModified(String lastModified)
 The date and time that the function was last updated, in ISO-8601
 format (YYYY-MM-DDThh:mm:ss.sTZD). 
 | 
PublishVersionResult | 
PublishVersionResult.withLayers(Collection<Layer> layers)
 The function's  layers. 
 | 
PublishVersionResult | 
PublishVersionResult.withLayers(Layer... layers)
 The function's  layers. 
 | 
PublishVersionResult | 
PublishVersionResult.withMasterArn(String masterArn)
 For Lambda@Edge functions, the ARN of the master function. 
 | 
PublishVersionResult | 
PublishVersionResult.withMemorySize(Integer memorySize)
 The memory that's allocated to the function. 
 | 
PublishVersionResult | 
PublishVersionResult.withRevisionId(String revisionId)
 The latest updated revision of the function or alias. 
 | 
PublishVersionResult | 
PublishVersionResult.withRole(String role)
 The function's execution role. 
 | 
PublishVersionResult | 
PublishVersionResult.withRuntime(Runtime runtime)
 The runtime environment for the Lambda function. 
 | 
PublishVersionResult | 
PublishVersionResult.withRuntime(String runtime)
 The runtime environment for the Lambda function. 
 | 
PublishVersionResult | 
PublishVersionResult.withTimeout(Integer timeout)
 The amount of time that Lambda allows a function to run before stopping it. 
 | 
PublishVersionResult | 
PublishVersionResult.withTracingConfig(TracingConfigResponse tracingConfig)
 The function's AWS X-Ray tracing configuration. 
 | 
PublishVersionResult | 
PublishVersionResult.withVersion(String version)
 The version of the Lambda function. 
 | 
PublishVersionResult | 
PublishVersionResult.withVpcConfig(VpcConfigResponse vpcConfig)
 The function's networking configuration. 
 | 
Copyright © 2019. All rights reserved.