Package | Description |
---|---|
com.amazonaws.services.lambda | |
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
Modifier and Type | Method and Description |
---|---|
PublishVersionResult |
AbstractAWSLambda.publishVersion(PublishVersionRequest request) |
PublishVersionResult |
AWSLambdaClient.publishVersion(PublishVersionRequest publishVersionRequest)
Publishes a version of your function from the current snapshot of
$LATEST.
|
PublishVersionResult |
AWSLambda.publishVersion(PublishVersionRequest publishVersionRequest)
Publishes a version of your function from the current snapshot of
$LATEST.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<PublishVersionResult> |
AbstractAWSLambdaAsync.publishVersionAsync(PublishVersionRequest request) |
java.util.concurrent.Future<PublishVersionResult> |
AWSLambdaAsyncClient.publishVersionAsync(PublishVersionRequest request) |
java.util.concurrent.Future<PublishVersionResult> |
AWSLambdaAsync.publishVersionAsync(PublishVersionRequest publishVersionRequest)
Publishes a version of your function from the current snapshot of
$LATEST.
|
java.util.concurrent.Future<PublishVersionResult> |
AbstractAWSLambdaAsync.publishVersionAsync(PublishVersionRequest request,
AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler) |
java.util.concurrent.Future<PublishVersionResult> |
AWSLambdaAsyncClient.publishVersionAsync(PublishVersionRequest request,
AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler) |
java.util.concurrent.Future<PublishVersionResult> |
AWSLambdaAsync.publishVersionAsync(PublishVersionRequest publishVersionRequest,
AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler)
Publishes a version of your function from the current snapshot of
$LATEST.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<PublishVersionResult> |
AbstractAWSLambdaAsync.publishVersionAsync(PublishVersionRequest request,
AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler) |
java.util.concurrent.Future<PublishVersionResult> |
AWSLambdaAsyncClient.publishVersionAsync(PublishVersionRequest request,
AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler) |
java.util.concurrent.Future<PublishVersionResult> |
AWSLambdaAsync.publishVersionAsync(PublishVersionRequest publishVersionRequest,
AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler)
Publishes a version of your function from the current snapshot of
$LATEST.
|
Modifier and Type | Method and Description |
---|---|
PublishVersionResult |
PublishVersionResult.clone() |
PublishVersionResult |
PublishVersionResult.withCodeSha256(java.lang.String codeSha256)
It is the SHA256 hash of your function deployment package.
|
PublishVersionResult |
PublishVersionResult.withCodeSize(java.lang.Long codeSize)
The size, in bytes, of the function .zip file you uploaded.
|
PublishVersionResult |
PublishVersionResult.withDescription(java.lang.String description)
The user-provided description.
|
PublishVersionResult |
PublishVersionResult.withFunctionArn(java.lang.String functionArn)
The Amazon Resource Name (ARN) assigned to the function.
|
PublishVersionResult |
PublishVersionResult.withFunctionName(java.lang.String functionName)
The name of the function.
|
PublishVersionResult |
PublishVersionResult.withHandler(java.lang.String handler)
The function Lambda calls to begin executing your function.
|
PublishVersionResult |
PublishVersionResult.withLastModified(java.lang.String lastModified)
The time stamp of the last time you updated the function.
|
PublishVersionResult |
PublishVersionResult.withMemorySize(java.lang.Integer memorySize)
The memory size, in MB, you configured for the function.
|
PublishVersionResult |
PublishVersionResult.withRole(java.lang.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(java.lang.String runtime)
The runtime environment for the Lambda function.
|
PublishVersionResult |
PublishVersionResult.withTimeout(java.lang.Integer timeout)
The function execution time at which Lambda should terminate the
function.
|
PublishVersionResult |
PublishVersionResult.withVersion(java.lang.String version)
The version of the Lambda function.
|
PublishVersionResult |
PublishVersionResult.withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
|
Modifier and Type | Method and Description |
---|---|
PublishVersionResult |
PublishVersionResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |