Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
static SnapStartApplyOn |
SnapStartApplyOn.fromValue(String value)
Use this in place of valueOf.
|
static SnapStartApplyOn |
SnapStartApplyOn.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapStartApplyOn[] |
SnapStartApplyOn.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SnapStart |
SnapStart.withApplyOn(SnapStartApplyOn applyOn)
Set 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. |
Copyright © 2022. All rights reserved.