| Package | Description | 
|---|---|
| com.amazonaws.services.lambda |  | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateAliasResult | AbstractAWSLambda. createAlias(CreateAliasRequest request) | 
| CreateAliasResult | AWSLambda. createAlias(CreateAliasRequest createAliasRequest)
 Creates an alias that points to the specified Lambda function version. | 
| CreateAliasResult | AWSLambdaClient. createAlias(CreateAliasRequest request)
 Creates an alias that points to the specified Lambda function version. | 
| Future<CreateAliasResult> | AWSLambdaAsync. createAliasAsync(CreateAliasRequest createAliasRequest)
 Creates an alias that points to the specified Lambda function version. | 
| Future<CreateAliasResult> | AbstractAWSLambdaAsync. createAliasAsync(CreateAliasRequest request) | 
| Future<CreateAliasResult> | AWSLambdaAsyncClient. createAliasAsync(CreateAliasRequest request) | 
| Future<CreateAliasResult> | AWSLambdaAsync. createAliasAsync(CreateAliasRequest createAliasRequest,
                AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
 Creates an alias that points to the specified Lambda function version. | 
| Future<CreateAliasResult> | AbstractAWSLambdaAsync. createAliasAsync(CreateAliasRequest request,
                AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler) | 
| Future<CreateAliasResult> | AWSLambdaAsyncClient. createAliasAsync(CreateAliasRequest request,
                AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<CreateAliasResult> | AWSLambdaAsync. createAliasAsync(CreateAliasRequest createAliasRequest,
                AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
 Creates an alias that points to the specified Lambda function version. | 
| Future<CreateAliasResult> | AbstractAWSLambdaAsync. createAliasAsync(CreateAliasRequest request,
                AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler) | 
| Future<CreateAliasResult> | AWSLambdaAsyncClient. createAliasAsync(CreateAliasRequest request,
                AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateAliasRequest | CreateAliasRequest. clone() | 
| CreateAliasRequest | CreateAliasRequest. withDescription(String description)
 Description of the alias. | 
| CreateAliasRequest | CreateAliasRequest. withFunctionName(String functionName)
 Name of the Lambda function for which you want to create an alias. | 
| CreateAliasRequest | CreateAliasRequest. withFunctionVersion(String functionVersion)
 Lambda function version for which you are creating the alias. | 
| CreateAliasRequest | CreateAliasRequest. withName(String name)
 Name for the alias you are creating. | 
| CreateAliasRequest | CreateAliasRequest. withRoutingConfig(AliasRoutingConfiguration routingConfig)
 Specifies an additional version your alias can point to, allowing you to dictate what percentage of traffic will
 invoke each version. | 
Copyright © 2018. All rights reserved.