Uses of Class
software.amazon.awssdk.services.lambda.model.PublishVersionResponse
Packages that use PublishVersionResponse
-
Uses of PublishVersionResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return PublishVersionResponseModifier and TypeMethodDescriptiondefault PublishVersionResponseLambdaClient.publishVersion(Consumer<PublishVersionRequest.Builder> publishVersionRequest) Creates a version from the current code and configuration of a function.default PublishVersionResponseLambdaClient.publishVersion(PublishVersionRequest publishVersionRequest) Creates a version from the current code and configuration of a function.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type PublishVersionResponseModifier and TypeMethodDescriptiondefault CompletableFuture<PublishVersionResponse>LambdaAsyncClient.publishVersion(Consumer<PublishVersionRequest.Builder> publishVersionRequest) Creates a version from the current code and configuration of a function.default CompletableFuture<PublishVersionResponse>LambdaAsyncClient.publishVersion(PublishVersionRequest publishVersionRequest) Creates a version from the current code and configuration of a function.