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 PublishVersionResultAbstractAWSLambda. publishVersion(PublishVersionRequest request)PublishVersionResultAWSLambda. publishVersion(PublishVersionRequest publishVersionRequest)Publishes a version of your function from the current snapshot of $LATEST.PublishVersionResultAWSLambdaClient. 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 PublishVersionRequestPublishVersionRequest. clone()PublishVersionRequestPublishVersionRequest. withCodeSha256(String codeSha256)The SHA256 hash of the deployment package you want to publish.PublishVersionRequestPublishVersionRequest. withDescription(String description)The description for the version you are publishing.PublishVersionRequestPublishVersionRequest. withFunctionName(String functionName)The Lambda function name.
-