Uses of Class
com.amazonaws.services.lambda.model.PublishVersionRequest
-
Packages that use PublishVersionRequest Package Description com.amazonaws.services.lambda com.amazonaws.services.lambda.model -
-
Uses of PublishVersionRequest in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda with parameters of type PublishVersionRequest Modifier and Type Method Description PublishVersionResult
AbstractAWSLambda. publishVersion(PublishVersionRequest request)
PublishVersionResult
AWSLambda. publishVersion(PublishVersionRequest publishVersionRequest)
Publishes a version of your function from the current snapshot of $LATEST.PublishVersionResult
AWSLambdaClient. publishVersion(PublishVersionRequest publishVersionRequest)
Publishes a version of your function from the current snapshot of $LATEST.Future<PublishVersionResult>
AbstractAWSLambdaAsync. publishVersionAsync(PublishVersionRequest request)
Future<PublishVersionResult>
AbstractAWSLambdaAsync. publishVersionAsync(PublishVersionRequest request, AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler)
Future<PublishVersionResult>
AWSLambdaAsync. publishVersionAsync(PublishVersionRequest publishVersionRequest)
Publishes a version of your function from the current snapshot of $LATEST.Future<PublishVersionResult>
AWSLambdaAsync. publishVersionAsync(PublishVersionRequest publishVersionRequest, AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler)
Publishes a version of your function from the current snapshot of $LATEST.Future<PublishVersionResult>
AWSLambdaAsyncClient. publishVersionAsync(PublishVersionRequest request)
Future<PublishVersionResult>
AWSLambdaAsyncClient. publishVersionAsync(PublishVersionRequest request, AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler)
Method parameters in com.amazonaws.services.lambda with type arguments of type PublishVersionRequest Modifier and Type Method Description Future<PublishVersionResult>
AbstractAWSLambdaAsync. publishVersionAsync(PublishVersionRequest request, AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler)
Future<PublishVersionResult>
AWSLambdaAsync. publishVersionAsync(PublishVersionRequest publishVersionRequest, AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler)
Publishes a version of your function from the current snapshot of $LATEST.Future<PublishVersionResult>
AWSLambdaAsyncClient. publishVersionAsync(PublishVersionRequest request, AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler)
-
Uses of PublishVersionRequest in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return PublishVersionRequest Modifier and Type Method 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.
-