Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
SnapStartResponse |
SnapStartResponse.clone() |
SnapStartResponse |
FunctionConfiguration.getSnapStart()
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
SnapStartResponse |
UpdateFunctionConfigurationResult.getSnapStart()
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
SnapStartResponse |
UpdateFunctionCodeResult.getSnapStart()
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
SnapStartResponse |
PublishVersionResult.getSnapStart()
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
SnapStartResponse |
GetFunctionConfigurationResult.getSnapStart()
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
SnapStartResponse |
CreateFunctionResult.getSnapStart()
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
SnapStartResponse |
SnapStartResponse.withApplyOn(SnapStartApplyOn applyOn)
When set to
PublishedVersions , Lambda creates a snapshot of the execution environment when you
publish a function version. |
SnapStartResponse |
SnapStartResponse.withApplyOn(String applyOn)
When set to
PublishedVersions , Lambda creates a snapshot of the execution environment when you
publish a function version. |
SnapStartResponse |
SnapStartResponse.withOptimizationStatus(SnapStartOptimizationStatus optimizationStatus)
When you provide a qualified Amazon Resource Name (ARN), this response element indicates whether SnapStart is activated for the
specified function version.
|
SnapStartResponse |
SnapStartResponse.withOptimizationStatus(String optimizationStatus)
When you provide a qualified Amazon Resource Name (ARN), this response element indicates whether SnapStart is activated for the
specified function version.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionConfiguration.setSnapStart(SnapStartResponse snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
void |
UpdateFunctionConfigurationResult.setSnapStart(SnapStartResponse snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
void |
UpdateFunctionCodeResult.setSnapStart(SnapStartResponse snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
void |
PublishVersionResult.setSnapStart(SnapStartResponse snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
void |
GetFunctionConfigurationResult.setSnapStart(SnapStartResponse snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
void |
CreateFunctionResult.setSnapStart(SnapStartResponse snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
FunctionConfiguration |
FunctionConfiguration.withSnapStart(SnapStartResponse snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withSnapStart(SnapStartResponse snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withSnapStart(SnapStartResponse snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function 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. |
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withSnapStart(SnapStartResponse snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
CreateFunctionResult |
CreateFunctionResult.withSnapStart(SnapStartResponse snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
Copyright © 2022. All rights reserved.