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 UpdateAliasResult
AbstractAWSLambda. updateAlias(UpdateAliasRequest request)
UpdateAliasResult
AWSLambda. updateAlias(UpdateAliasRequest updateAliasRequest)
Using this API you can update the function version to which the alias points and the alias description.UpdateAliasResult
AWSLambdaClient. 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 UpdateAliasRequest
UpdateAliasRequest. clone()
UpdateAliasRequest
UpdateAliasRequest. withDescription(String description)
You can change the description of the alias using this parameter.UpdateAliasRequest
UpdateAliasRequest. withFunctionName(String functionName)
The function name for which the alias is created.UpdateAliasRequest
UpdateAliasRequest. withFunctionVersion(String functionVersion)
Using this parameter you can change the Lambda function version to which the alias points.UpdateAliasRequest
UpdateAliasRequest. withName(String name)
The alias name.
-