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 |
---|---|
CreateAliasResult |
AWSLambdaClient.createAlias(CreateAliasRequest createAliasRequest)
Creates an alias that points to the specified Lambda function
version.
|
CreateAliasResult |
AWSLambda.createAlias(CreateAliasRequest createAliasRequest)
Creates an alias that points to the specified Lambda function
version.
|
Future<CreateAliasResult> |
AWSLambdaAsyncClient.createAliasAsync(CreateAliasRequest createAliasRequest)
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> |
AWSLambdaAsyncClient.createAliasAsync(CreateAliasRequest createAliasRequest,
AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Creates an alias that points to the specified Lambda function
version.
|
Future<CreateAliasResult> |
AWSLambdaAsync.createAliasAsync(CreateAliasRequest createAliasRequest,
AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Creates an alias that points to the specified Lambda function
version.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateAliasResult> |
AWSLambdaAsyncClient.createAliasAsync(CreateAliasRequest createAliasRequest,
AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Creates an alias that points to the specified Lambda function
version.
|
Future<CreateAliasResult> |
AWSLambdaAsync.createAliasAsync(CreateAliasRequest createAliasRequest,
AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Creates an alias that points to the specified Lambda function
version.
|
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.
|
Copyright © 2016. All rights reserved.