Uses of Class
com.amazonaws.services.lambda.model.UpdateAliasRequest
-
Packages that use UpdateAliasRequest Package Description com.amazonaws.services.lambda com.amazonaws.services.lambda.model -
-
Uses of UpdateAliasRequest in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda with parameters of type UpdateAliasRequest Modifier and Type Method Description UpdateAliasResultAbstractAWSLambda. updateAlias(UpdateAliasRequest request)UpdateAliasResultAWSLambda. updateAlias(UpdateAliasRequest updateAliasRequest)Using this API you can update the function version to which the alias points and the alias description.UpdateAliasResultAWSLambdaClient. updateAlias(UpdateAliasRequest updateAliasRequest)Using this API you can update the function version to which the alias points and the alias description.Future<UpdateAliasResult>AbstractAWSLambdaAsync. updateAliasAsync(UpdateAliasRequest request)Future<UpdateAliasResult>AbstractAWSLambdaAsync. updateAliasAsync(UpdateAliasRequest request, AsyncHandler<UpdateAliasRequest,UpdateAliasResult> asyncHandler)Future<UpdateAliasResult>AWSLambdaAsync. updateAliasAsync(UpdateAliasRequest updateAliasRequest)Using this API you can update the function version to which the alias points and the alias description.Future<UpdateAliasResult>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.Future<UpdateAliasResult>AWSLambdaAsyncClient. updateAliasAsync(UpdateAliasRequest request)Future<UpdateAliasResult>AWSLambdaAsyncClient. updateAliasAsync(UpdateAliasRequest request, AsyncHandler<UpdateAliasRequest,UpdateAliasResult> asyncHandler)Method parameters in com.amazonaws.services.lambda with type arguments of type UpdateAliasRequest Modifier and Type Method Description Future<UpdateAliasResult>AbstractAWSLambdaAsync. updateAliasAsync(UpdateAliasRequest request, AsyncHandler<UpdateAliasRequest,UpdateAliasResult> asyncHandler)Future<UpdateAliasResult>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.Future<UpdateAliasResult>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 UpdateAliasRequest Modifier and Type Method Description UpdateAliasRequestUpdateAliasRequest. clone()UpdateAliasRequestUpdateAliasRequest. withDescription(String description)You can change the description of the alias using this parameter.UpdateAliasRequestUpdateAliasRequest. withFunctionName(String functionName)The function name for which the alias is created.UpdateAliasRequestUpdateAliasRequest. withFunctionVersion(String functionVersion)Using this parameter you can change the Lambda function version to which the alias points.UpdateAliasRequestUpdateAliasRequest. withName(String name)The alias name.
-