Uses of Class
com.amazonaws.services.lambda.model.CreateAliasRequest
-
Packages that use CreateAliasRequest Package Description com.amazonaws.services.lambda com.amazonaws.services.lambda.model -
-
Uses of CreateAliasRequest in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda with parameters of type CreateAliasRequest 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.Future<CreateAliasResult>
AbstractAWSLambdaAsync. createAliasAsync(CreateAliasRequest request)
Future<CreateAliasResult>
AbstractAWSLambdaAsync. createAliasAsync(CreateAliasRequest request, AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Future<CreateAliasResult>
AWSLambdaAsync. createAliasAsync(CreateAliasRequest createAliasRequest)
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.Future<CreateAliasResult>
AWSLambdaAsyncClient. createAliasAsync(CreateAliasRequest request)
Future<CreateAliasResult>
AWSLambdaAsyncClient. createAliasAsync(CreateAliasRequest request, AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Method parameters in com.amazonaws.services.lambda with type arguments of type CreateAliasRequest 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 CreateAliasRequest in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return CreateAliasRequest Modifier and Type Method 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.
-