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)
Creates a version from the
current code and configuration of a function.
|
PublishVersionResult |
AWSLambdaClient.publishVersion(PublishVersionRequest request)
Creates a version from the
current code and configuration of a function.
|
Modifier and Type | Method and Description |
---|---|
Future<PublishVersionResult> |
AbstractAWSLambdaAsync.publishVersionAsync(PublishVersionRequest request,
AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler) |
Future<PublishVersionResult> |
AWSLambdaAsync.publishVersionAsync(PublishVersionRequest publishVersionRequest,
AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler)
Creates a version from the
current code and configuration of a function.
|
Future<PublishVersionResult> |
AWSLambdaAsyncClient.publishVersionAsync(PublishVersionRequest request,
AsyncHandler<PublishVersionRequest,PublishVersionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PublishVersionResult |
PublishVersionResult.clone() |
PublishVersionResult |
PublishVersionResult.withArchitectures(Architecture... architectures)
The instruction set architecture that the function supports.
|
PublishVersionResult |
PublishVersionResult.withArchitectures(Collection<String> architectures)
The instruction set architecture that the function supports.
|
PublishVersionResult |
PublishVersionResult.withArchitectures(String... architectures)
The instruction set architecture that the function supports.
|
PublishVersionResult |
PublishVersionResult.withCodeSha256(String codeSha256)
The SHA256 hash of the function's deployment package.
|
PublishVersionResult |
PublishVersionResult.withCodeSize(Long codeSize)
The size of the function's deployment package, in bytes.
|
PublishVersionResult |
PublishVersionResult.withDeadLetterConfig(DeadLetterConfig deadLetterConfig)
The function's dead letter queue.
|
PublishVersionResult |
PublishVersionResult.withDescription(String description)
The function's description.
|
PublishVersionResult |
PublishVersionResult.withEnvironment(EnvironmentResponse environment)
The function's environment
variables.
|
PublishVersionResult |
PublishVersionResult.withEphemeralStorage(EphemeralStorage ephemeralStorage)
The size of the function’s
/tmp directory in MB. |
PublishVersionResult |
PublishVersionResult.withFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
PublishVersionResult |
PublishVersionResult.withFileSystemConfigs(FileSystemConfig... fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
PublishVersionResult |
PublishVersionResult.withFunctionArn(String functionArn)
The function's Amazon Resource Name (ARN).
|
PublishVersionResult |
PublishVersionResult.withFunctionName(String functionName)
The name of the function.
|
PublishVersionResult |
PublishVersionResult.withHandler(String handler)
The function that Lambda calls to begin running your function.
|
PublishVersionResult |
PublishVersionResult.withImageConfigResponse(ImageConfigResponse imageConfigResponse)
The function's image configuration values.
|
PublishVersionResult |
PublishVersionResult.withKMSKeyArn(String kMSKeyArn)
The KMS key that's used to encrypt the function's environment variables.
|
PublishVersionResult |
PublishVersionResult.withLastModified(String lastModified)
The date and time that the function was last updated, in ISO-8601
format (YYYY-MM-DDThh:mm:ss.sTZD).
|
PublishVersionResult |
PublishVersionResult.withLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
The status of the last update that was performed on the function.
|
PublishVersionResult |
PublishVersionResult.withLastUpdateStatus(String lastUpdateStatus)
The status of the last update that was performed on the function.
|
PublishVersionResult |
PublishVersionResult.withLastUpdateStatusReason(String lastUpdateStatusReason)
The reason for the last update that was performed on the function.
|
PublishVersionResult |
PublishVersionResult.withLastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.
|
PublishVersionResult |
PublishVersionResult.withLastUpdateStatusReasonCode(String lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.
|
PublishVersionResult |
PublishVersionResult.withLayers(Collection<Layer> layers)
The function's layers.
|
PublishVersionResult |
PublishVersionResult.withLayers(Layer... layers)
The function's layers.
|
PublishVersionResult |
PublishVersionResult.withMasterArn(String masterArn)
For Lambda@Edge functions, the ARN of the main function.
|
PublishVersionResult |
PublishVersionResult.withMemorySize(Integer memorySize)
The amount of memory available to the function at runtime.
|
PublishVersionResult |
PublishVersionResult.withPackageType(PackageType packageType)
The type of deployment package.
|
PublishVersionResult |
PublishVersionResult.withPackageType(String packageType)
The type of deployment package.
|
PublishVersionResult |
PublishVersionResult.withRevisionId(String revisionId)
The latest updated revision of the function or alias.
|
PublishVersionResult |
PublishVersionResult.withRole(String role)
The function's execution role.
|
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.withSigningJobArn(String signingJobArn)
The ARN of the signing job.
|
PublishVersionResult |
PublishVersionResult.withSigningProfileVersionArn(String signingProfileVersionArn)
The ARN of the signing profile version.
|
PublishVersionResult |
PublishVersionResult.withSnapStart(SnapStartResponse snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
PublishVersionResult |
PublishVersionResult.withState(State state)
The current state of the function.
|
PublishVersionResult |
PublishVersionResult.withState(String state)
The current state of the function.
|
PublishVersionResult |
PublishVersionResult.withStateReason(String stateReason)
The reason for the function's current state.
|
PublishVersionResult |
PublishVersionResult.withStateReasonCode(StateReasonCode stateReasonCode)
The reason code for the function's current state.
|
PublishVersionResult |
PublishVersionResult.withStateReasonCode(String stateReasonCode)
The reason code for the function's current state.
|
PublishVersionResult |
PublishVersionResult.withTimeout(Integer timeout)
The amount of time in seconds that Lambda allows a function to run before stopping it.
|
PublishVersionResult |
PublishVersionResult.withTracingConfig(TracingConfigResponse tracingConfig)
The function's X-Ray tracing configuration.
|
PublishVersionResult |
PublishVersionResult.withVersion(String version)
The version of the Lambda function.
|
PublishVersionResult |
PublishVersionResult.withVpcConfig(VpcConfigResponse vpcConfig)
The function's networking configuration.
|
Copyright © 2022. All rights reserved.