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