Uses of Interface
software.amazon.awssdk.services.lambda.model.PublishVersionRequest.Builder
Packages that use PublishVersionRequest.Builder
Package
Description
-
Uses of PublishVersionRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type PublishVersionRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<PublishVersionResponse>LambdaAsyncClient.publishVersion(Consumer<PublishVersionRequest.Builder> publishVersionRequest) Creates a version from the current code and configuration of a function.default PublishVersionResponseLambdaClient.publishVersion(Consumer<PublishVersionRequest.Builder> publishVersionRequest) Creates a version from the current code and configuration of a function. -
Uses of PublishVersionRequest.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return PublishVersionRequest.BuilderModifier and TypeMethodDescriptionPublishVersionRequest.builder()PublishVersionRequest.Builder.codeSha256(String codeSha256) Only publish a version if the hash value matches the value that's specified.PublishVersionRequest.Builder.description(String description) A description for the version to override the description in the function configuration.PublishVersionRequest.Builder.functionName(String functionName) The name or ARN of the Lambda function.PublishVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PublishVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Specifies where to publish the function version or configuration.PublishVersionRequest.Builder.publishTo(FunctionVersionLatestPublished publishTo) Specifies where to publish the function version or configuration.PublishVersionRequest.Builder.revisionId(String revisionId) Only update the function if the revision ID matches the ID that's specified.PublishVersionRequest.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type PublishVersionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PublishVersionRequest.Builder>PublishVersionRequest.serializableBuilderClass()