Uses of Class
com.amazonaws.services.lambda.model.UpdateAliasRequest
Packages that use UpdateAliasRequest
-
Uses of UpdateAliasRequest in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda with parameters of type UpdateAliasRequestModifier and TypeMethodDescriptionAbstractAWSLambda.updateAlias(UpdateAliasRequest request) AWSLambda.updateAlias(UpdateAliasRequest updateAliasRequest) Using this API you can update the function version to which the alias points and the alias description.AWSLambdaClient.updateAlias(UpdateAliasRequest updateAliasRequest) Using this API you can update the function version to which the alias points and the alias description.AbstractAWSLambdaAsync.updateAliasAsync(UpdateAliasRequest request) AbstractAWSLambdaAsync.updateAliasAsync(UpdateAliasRequest request, AsyncHandler<UpdateAliasRequest, UpdateAliasResult> asyncHandler) AWSLambdaAsync.updateAliasAsync(UpdateAliasRequest updateAliasRequest) Using this API you can update the function version to which the alias points and the alias description.AWSLambdaAsync.updateAliasAsync(UpdateAliasRequest updateAliasRequest, AsyncHandler<UpdateAliasRequest, UpdateAliasResult> asyncHandler) Using this API you can update the function version to which the alias points and the alias description.AWSLambdaAsyncClient.updateAliasAsync(UpdateAliasRequest request) AWSLambdaAsyncClient.updateAliasAsync(UpdateAliasRequest request, AsyncHandler<UpdateAliasRequest, UpdateAliasResult> asyncHandler) Method parameters in com.amazonaws.services.lambda with type arguments of type UpdateAliasRequestModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.updateAliasAsync(UpdateAliasRequest request, AsyncHandler<UpdateAliasRequest, UpdateAliasResult> asyncHandler) AWSLambdaAsync.updateAliasAsync(UpdateAliasRequest updateAliasRequest, AsyncHandler<UpdateAliasRequest, UpdateAliasResult> asyncHandler) Using this API you can update the function version to which the alias points and the alias description.AWSLambdaAsyncClient.updateAliasAsync(UpdateAliasRequest request, AsyncHandler<UpdateAliasRequest, UpdateAliasResult> asyncHandler) -
Uses of UpdateAliasRequest in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return UpdateAliasRequestModifier and TypeMethodDescriptionUpdateAliasRequest.clone()UpdateAliasRequest.withDescription(String description) You can change the description of the alias using this parameter.UpdateAliasRequest.withFunctionName(String functionName) The function name for which the alias is created.UpdateAliasRequest.withFunctionVersion(String functionVersion) Using this parameter you can change the Lambda function version to which the alias points.The alias name.