Package | Description |
---|---|
com.amazonaws.services.lambda |
Synchronous and asynchronous client classes for accessing AWSLambda.
|
com.amazonaws.services.lambda.model |
Classes modeling the various types represented by AWSLambda.
|
Modifier and Type | Method and Description |
---|---|
UpdateAliasResult |
AWSLambda.updateAlias(UpdateAliasRequest updateAliasRequest)
Using this API you can update function version to which the alias
points to and alias description.
|
UpdateAliasResult |
AWSLambdaClient.updateAlias(UpdateAliasRequest updateAliasRequest)
Using this API you can update function version to which the alias
points to and alias description.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateAliasResult> |
AWSLambdaAsyncClient.updateAliasAsync(UpdateAliasRequest updateAliasRequest)
Using this API you can update function version to which the alias
points to and alias description.
|
Future<UpdateAliasResult> |
AWSLambdaAsync.updateAliasAsync(UpdateAliasRequest updateAliasRequest)
Using this API you can update function version to which the alias
points to and alias description.
|
Future<UpdateAliasResult> |
AWSLambdaAsyncClient.updateAliasAsync(UpdateAliasRequest updateAliasRequest,
AsyncHandler<UpdateAliasRequest,UpdateAliasResult> asyncHandler)
Using this API you can update function version to which the alias
points to and alias description.
|
Future<UpdateAliasResult> |
AWSLambdaAsync.updateAliasAsync(UpdateAliasRequest updateAliasRequest,
AsyncHandler<UpdateAliasRequest,UpdateAliasResult> asyncHandler)
Using this API you can update function version to which the alias
points to and alias description.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateAliasResult> |
AWSLambdaAsyncClient.updateAliasAsync(UpdateAliasRequest updateAliasRequest,
AsyncHandler<UpdateAliasRequest,UpdateAliasResult> asyncHandler)
Using this API you can update function version to which the alias
points to and alias description.
|
Future<UpdateAliasResult> |
AWSLambdaAsync.updateAliasAsync(UpdateAliasRequest updateAliasRequest,
AsyncHandler<UpdateAliasRequest,UpdateAliasResult> asyncHandler)
Using this API you can update function version to which the alias
points to and alias description.
|
Modifier and Type | Method and Description |
---|---|
UpdateAliasResult |
UpdateAliasResult.clone() |
UpdateAliasResult |
UpdateAliasResult.withAliasArn(String aliasArn)
Lambda function ARN that is qualified using 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.
|
Copyright © 2016. All rights reserved.