Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
PublishVersionResult |
AbstractAWSLambda.publishVersion(PublishVersionRequest request) |
PublishVersionResult |
AWSLambda.publishVersion(PublishVersionRequest publishVersionRequest)
Publishes a version of your function from the current snapshot of $LATEST.
|
PublishVersionResult |
AWSLambdaClient.publishVersion(PublishVersionRequest request)
Publishes a version of your function from the current snapshot of $LATEST.
|
Modifier and Type | Method and Description |
---|---|
Future<PublishVersionResult> |
AWSLambdaAsync.publishVersionAsync(PublishVersionRequest publishVersionRequest,
AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler)
Publishes a version of your function from the current snapshot of $LATEST.
|
Future<PublishVersionResult> |
AbstractAWSLambdaAsync.publishVersionAsync(PublishVersionRequest request,
AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler) |
Future<PublishVersionResult> |
AWSLambdaAsyncClient.publishVersionAsync(PublishVersionRequest request,
AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PublishVersionResult |
PublishVersionResult.clone() |
PublishVersionResult |
PublishVersionResult.withCodeSha256(String codeSha256)
It is the SHA256 hash of your function deployment package.
|
PublishVersionResult |
PublishVersionResult.withCodeSize(Long codeSize)
The size, in bytes, of the function .zip file you uploaded.
|
PublishVersionResult |
PublishVersionResult.withDeadLetterConfig(DeadLetterConfig deadLetterConfig)
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
|
PublishVersionResult |
PublishVersionResult.withDescription(String description)
The user-provided description.
|
PublishVersionResult |
PublishVersionResult.withEnvironment(EnvironmentResponse environment)
The parent object that contains your environment's configuration settings.
|
PublishVersionResult |
PublishVersionResult.withFunctionArn(String functionArn)
The Amazon Resource Name (ARN) assigned to the function.
|
PublishVersionResult |
PublishVersionResult.withFunctionName(String functionName)
The name of the function.
|
PublishVersionResult |
PublishVersionResult.withHandler(String handler)
The function Lambda calls to begin executing your function.
|
PublishVersionResult |
PublishVersionResult.withKMSKeyArn(String kMSKeyArn)
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
|
PublishVersionResult |
PublishVersionResult.withLastModified(String lastModified)
The time stamp of the last time you updated the function.
|
PublishVersionResult |
PublishVersionResult.withMasterArn(String masterArn)
Returns the ARN (Amazon Resource Name) of the master function.
|
PublishVersionResult |
PublishVersionResult.withMemorySize(Integer memorySize)
The memory size, in MB, you configured for the function.
|
PublishVersionResult |
PublishVersionResult.withRevisionId(String revisionId)
Represents the latest updated revision of the function or alias.
|
PublishVersionResult |
PublishVersionResult.withRole(String role)
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any
other Amazon Web Services (AWS) resources.
|
PublishVersionResult |
PublishVersionResult.withRuntime(Runtime runtime)
The runtime environment for the Lambda function.
|
PublishVersionResult |
PublishVersionResult.withRuntime(String runtime)
The runtime environment for the Lambda function.
|
PublishVersionResult |
PublishVersionResult.withTimeout(Integer timeout)
The function execution time at which Lambda should terminate the function.
|
PublishVersionResult |
PublishVersionResult.withTracingConfig(TracingConfigResponse tracingConfig)
The parent object that contains your function's tracing settings.
|
PublishVersionResult |
PublishVersionResult.withVersion(String version)
The version of the Lambda function.
|
PublishVersionResult |
PublishVersionResult.withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
|
Copyright © 2018. All rights reserved.