| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
SnapStartApplyOn |
SnapStartResponse.applyOn()
When set to
PublishedVersions, Lambda creates a snapshot of the execution environment when you
publish a function version. |
SnapStartApplyOn |
SnapStart.applyOn()
Set to
PublishedVersions to create a snapshot of the initialized execution environment when you
publish a function version. |
static SnapStartApplyOn |
SnapStartApplyOn.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<SnapStartApplyOn> |
SnapStartApplyOn.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SnapStartResponse.Builder |
SnapStartResponse.Builder.applyOn(SnapStartApplyOn applyOn)
When set to
PublishedVersions, Lambda creates a snapshot of the execution environment when you
publish a function version. |
SnapStart.Builder |
SnapStart.Builder.applyOn(SnapStartApplyOn applyOn)
Set to
PublishedVersions to create a snapshot of the initialized execution environment when you
publish a function version. |
Copyright © 2023. All rights reserved.