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 |
AWSLambda.createAlias(CreateAliasRequest createAliasRequest)
Creates an alias to the specified Lambda function version.
|
CreateAliasResult |
AWSLambdaClient.createAlias(CreateAliasRequest createAliasRequest)
Creates an alias to the specified Lambda function version.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateAliasResult> |
AWSLambdaAsyncClient.createAliasAsync(CreateAliasRequest createAliasRequest)
Creates an alias to the specified Lambda function version.
|
Future<CreateAliasResult> |
AWSLambdaAsync.createAliasAsync(CreateAliasRequest createAliasRequest)
Creates an alias to the specified Lambda function version.
|
Future<CreateAliasResult> |
AWSLambdaAsyncClient.createAliasAsync(CreateAliasRequest createAliasRequest,
AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Creates an alias to the specified Lambda function version.
|
Future<CreateAliasResult> |
AWSLambdaAsync.createAliasAsync(CreateAliasRequest createAliasRequest,
AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Creates an alias 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 to the specified Lambda function version.
|
Future<CreateAliasResult> |
AWSLambdaAsync.createAliasAsync(CreateAliasRequest createAliasRequest,
AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Creates an alias to the specified Lambda function version.
|
Modifier and Type | Method and Description |
---|---|
CreateAliasResult |
CreateAliasResult.clone() |
CreateAliasResult |
CreateAliasResult.withAliasArn(String aliasArn)
Lambda function ARN that is qualified using alias name as the suffix.
|
CreateAliasResult |
CreateAliasResult.withDescription(String description)
Alias description.
|
CreateAliasResult |
CreateAliasResult.withFunctionVersion(String functionVersion)
Function version to which the alias points.
|
CreateAliasResult |
CreateAliasResult.withName(String name)
Alias name.
|
Copyright © 2015. All rights reserved.