Uses of Class
com.amazonaws.services.lambda.model.CreateAliasResult
-
Packages that use CreateAliasResult Package Description com.amazonaws.services.lambda com.amazonaws.services.lambda.model -
-
Uses of CreateAliasResult in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda that return CreateAliasResult Modifier and Type Method 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 createAliasRequest)
Creates an alias that points to the specified Lambda function version.Method parameters in com.amazonaws.services.lambda with type arguments of type CreateAliasResult Modifier and Type Method Description Future<CreateAliasResult>
AbstractAWSLambdaAsync. createAliasAsync(CreateAliasRequest request, AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Future<CreateAliasResult>
AWSLambdaAsync. createAliasAsync(CreateAliasRequest createAliasRequest, AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Creates an alias that points to the specified Lambda function version.Future<CreateAliasResult>
AWSLambdaAsyncClient. createAliasAsync(CreateAliasRequest request, AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
-
Uses of CreateAliasResult in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return CreateAliasResult Modifier and Type Method Description CreateAliasResult
CreateAliasResult. clone()
CreateAliasResult
CreateAliasResult. withAliasArn(String aliasArn)
Lambda function ARN that is qualified using the 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.
-