Uses of Class
software.amazon.awssdk.services.lambda.model.UpdateAliasResponse
-
Packages that use UpdateAliasResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of UpdateAliasResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return UpdateAliasResponse Modifier and Type Method Description default UpdateAliasResponse
LambdaClient. updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest)
Updates the configuration of a Lambda function alias.default UpdateAliasResponse
LambdaClient. 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 UpdateAliasResponse Modifier and Type Method Description default 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.
-