| Package | Description | 
|---|---|
| com.amazonaws.services.lambda |  | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<PublishVersionResult> | AWSLambdaAsyncClient. publishVersionAsync(PublishVersionRequest request,
                   AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler) | 
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| PublishVersionRequest | PublishVersionRequest. clone() | 
| PublishVersionRequest | PublishVersionRequest. withCodeSha256(String codeSha256)
 Only publish a version if the hash value matches the value that's specified. | 
| PublishVersionRequest | PublishVersionRequest. withDescription(String description)
 A description for the version to override the description in the function configuration. | 
| PublishVersionRequest | PublishVersionRequest. withFunctionName(String functionName)
 The name of the Lambda function. | 
| PublishVersionRequest | PublishVersionRequest. withRevisionId(String revisionId)
 Only update the function if the revision ID matches the ID that's specified. | 
Copyright © 2022. All rights reserved.