Uses of Class
com.amazonaws.services.lambda.model.UpdateAliasResult
-
Packages that use UpdateAliasResult Package Description com.amazonaws.services.lambda com.amazonaws.services.lambda.model -
-
Uses of UpdateAliasResult in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda that return UpdateAliasResult 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.Methods in com.amazonaws.services.lambda that return types with arguments of type UpdateAliasResult Modifier and Type Method 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 UpdateAliasResult 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 UpdateAliasResult in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return UpdateAliasResult Modifier and Type Method Description UpdateAliasResult
UpdateAliasResult. clone()
UpdateAliasResult
UpdateAliasResult. withAliasArn(String aliasArn)
Lambda function ARN that is qualified using the alias name as the suffix.UpdateAliasResult
UpdateAliasResult. withDescription(String description)
Alias description.UpdateAliasResult
UpdateAliasResult. withFunctionVersion(String functionVersion)
Function version to which the alias points.UpdateAliasResult
UpdateAliasResult. withName(String name)
Alias name.
-