Uses of Class
software.amazon.awssdk.services.lambda.model.UpdateAliasResponse
Packages that use UpdateAliasResponse
-
Uses of UpdateAliasResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return UpdateAliasResponseModifier and TypeMethodDescriptiondefault UpdateAliasResponseLambdaClient.updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest) Updates the configuration of a Lambda function alias.default UpdateAliasResponseLambdaClient.updateAlias(UpdateAliasRequest updateAliasRequest) Updates the configuration of a Lambda function alias.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type UpdateAliasResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateAliasResponse>LambdaAsyncClient.updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest) Updates the configuration of a Lambda function alias.default CompletableFuture<UpdateAliasResponse>LambdaAsyncClient.updateAlias(UpdateAliasRequest updateAliasRequest) Updates the configuration of a Lambda function alias.