Uses of Class
com.amazonaws.services.lambda.model.PublishVersionRequest
Packages that use PublishVersionRequest
-
Uses of PublishVersionRequest in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda with parameters of type PublishVersionRequestModifier and TypeMethodDescriptionAbstractAWSLambda.publishVersion(PublishVersionRequest request) AWSLambda.publishVersion(PublishVersionRequest publishVersionRequest) Publishes a version of your function from the current snapshot of $LATEST.AWSLambdaClient.publishVersion(PublishVersionRequest publishVersionRequest) Publishes a version of your function from the current snapshot of $LATEST.AbstractAWSLambdaAsync.publishVersionAsync(PublishVersionRequest request) AbstractAWSLambdaAsync.publishVersionAsync(PublishVersionRequest request, AsyncHandler<PublishVersionRequest, PublishVersionResult> asyncHandler) AWSLambdaAsync.publishVersionAsync(PublishVersionRequest publishVersionRequest) Publishes a version of your function from the current snapshot of $LATEST.AWSLambdaAsync.publishVersionAsync(PublishVersionRequest publishVersionRequest, AsyncHandler<PublishVersionRequest, PublishVersionResult> asyncHandler) Publishes a version of your function from the current snapshot of $LATEST.AWSLambdaAsyncClient.publishVersionAsync(PublishVersionRequest request) AWSLambdaAsyncClient.publishVersionAsync(PublishVersionRequest request, AsyncHandler<PublishVersionRequest, PublishVersionResult> asyncHandler) Method parameters in com.amazonaws.services.lambda with type arguments of type PublishVersionRequestModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.publishVersionAsync(PublishVersionRequest request, AsyncHandler<PublishVersionRequest, PublishVersionResult> asyncHandler) AWSLambdaAsync.publishVersionAsync(PublishVersionRequest publishVersionRequest, AsyncHandler<PublishVersionRequest, PublishVersionResult> asyncHandler) Publishes a version of your function from the current snapshot of $LATEST.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 PublishVersionRequestModifier and TypeMethodDescriptionPublishVersionRequest.clone()PublishVersionRequest.withCodeSha256(String codeSha256) The SHA256 hash of the deployment package you want to publish.PublishVersionRequest.withDescription(String description) The description for the version you are publishing.PublishVersionRequest.withFunctionName(String functionName) The Lambda function name.