Java com.amazonaws.services.lambda.model PublishVersionRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.lambda.model PublishVersionRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.lambda.model PublishVersionRequest.

The text is from its open source code.

Constructor

Method

PublishVersionRequestwithCodeSha256(String codeSha256)

Only publish a version if the hash value matches the value that's specified.

PublishVersionRequestwithDescription(String description)

A description for the version to override the description in the function configuration.