Uses of Class
software.amazon.awssdk.services.lambda.model.PublishVersionResponse
-
Packages that use PublishVersionResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of PublishVersionResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return PublishVersionResponse Modifier and Type Method Description default 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 PublishVersionResponse Modifier and Type Method Description default 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.
-