Package | Description |
---|---|
com.amazonaws.services.lambda |
Synchronous and asynchronous client classes for accessing AWSLambda.
|
com.amazonaws.services.lambda.model |
Classes modeling the various types represented by AWSLambda.
|
Modifier and Type | Method and Description |
---|---|
PublishVersionResult |
AWSLambda.publishVersion(PublishVersionRequest publishVersionRequest)
Publishes a version of your function from the current snapshot of
HEAD.
|
PublishVersionResult |
AWSLambdaClient.publishVersion(PublishVersionRequest publishVersionRequest)
Publishes a version of your function from the current snapshot of
HEAD.
|
Future<PublishVersionResult> |
AWSLambdaAsyncClient.publishVersionAsync(PublishVersionRequest publishVersionRequest)
Publishes a version of your function from the current snapshot of
HEAD.
|
Future<PublishVersionResult> |
AWSLambdaAsync.publishVersionAsync(PublishVersionRequest publishVersionRequest)
Publishes a version of your function from the current snapshot of
HEAD.
|
Future<PublishVersionResult> |
AWSLambdaAsyncClient.publishVersionAsync(PublishVersionRequest publishVersionRequest,
AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler)
Publishes a version of your function from the current snapshot of
HEAD.
|
Future<PublishVersionResult> |
AWSLambdaAsync.publishVersionAsync(PublishVersionRequest publishVersionRequest,
AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler)
Publishes a version of your function from the current snapshot of
HEAD.
|
Modifier and Type | Method and Description |
---|---|
Future<PublishVersionResult> |
AWSLambdaAsyncClient.publishVersionAsync(PublishVersionRequest publishVersionRequest,
AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler)
Publishes a version of your function from the current snapshot of
HEAD.
|
Future<PublishVersionResult> |
AWSLambdaAsync.publishVersionAsync(PublishVersionRequest publishVersionRequest,
AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler)
Publishes a version of your function from the current snapshot of
HEAD.
|
Modifier and Type | Method and Description |
---|---|
PublishVersionRequest |
PublishVersionRequest.clone() |
PublishVersionRequest |
PublishVersionRequest.withCodeSha256(String codeSha256)
The SHA256 hash of the deployment package you want to publish.
|
PublishVersionRequest |
PublishVersionRequest.withDescription(String description)
The description for the version you are publishing.
|
PublishVersionRequest |
PublishVersionRequest.withFunctionName(String functionName)
The Lambda function name.
|
Copyright © 2015. All rights reserved.